parse method Null safety
Implementation
static SourceReportRange? parse(Map<String, dynamic>? json) =>
    json == null ? null : SourceReportRange._fromJson(json);
static SourceReportRange? parse(Map<String, dynamic>? json) =>
    json == null ? null : SourceReportRange._fromJson(json);