ReportId.fromJson constructor

ReportId.fromJson(
  1. String value
)

Implementation

factory ReportId.fromJson(String value) => ReportId(value);