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