reportTypeToJson function Null safety

String reportTypeToJson(
  1. ReportType _
)

Implementation

String reportTypeToJson(ReportType _) => _.code;