SourceInfo.fromJson constructor

SourceInfo.fromJson(
  1. Map<String, dynamic> json
)

Creates a new instance of SourceInfo from a JSON map

Implementation

factory SourceInfo.fromJson(Map<String, dynamic> json) =>
    _$SourceInfoFromJson(json);