fromReport static method
- Report report
Get the ReportType of a Report.
Implementation
static ReportType? fromReport(Report report) {
return fromId(report.prefix);
}
Get the ReportType of a Report.
static ReportType? fromReport(Report report) {
return fromId(report.prefix);
}