toReportFormat method
Implementation
ReportFormat toReportFormat() {
switch (this) {
case 'REPORT_CSV_20191124':
return ReportFormat.reportCsv_20191124;
}
throw Exception('$this is not known in enum ReportFormat');
}
ReportFormat toReportFormat() {
switch (this) {
case 'REPORT_CSV_20191124':
return ReportFormat.reportCsv_20191124;
}
throw Exception('$this is not known in enum ReportFormat');
}