asString static method
- ReportType? reportType
Get the String representation of a ReportType.
Implementation
static String? asString(ReportType? reportType) => reportType?.toString();
Get the String representation of a ReportType.
static String? asString(ReportType? reportType) => reportType?.toString();