Query$getLiveFixtures.fromJson constructor
Query$getLiveFixtures.fromJson(
- Map<String, dynamic> json
)
Implementation
factory Query$getLiveFixtures.fromJson(Map<String, dynamic> json) {
final l$getLiveFixtures = json['getLiveFixtures'];
final l$$__typename = json['__typename'];
return Query$getLiveFixtures(
getLiveFixtures: (l$getLiveFixtures as List<dynamic>)
.map((e) => Query$getLiveFixtures$getLiveFixtures.fromJson(
(e as Map<String, dynamic>)))
.toList(),
$__typename: (l$$__typename as String),
);
}