asString static method

String? asString(
  1. ReportType? reportType
)

Get the String representation of a ReportType.

Implementation

static String? asString(ReportType? reportType) => reportType?.toString();