Query$isFixtureGotPreMatchOdds$isFixtureGotPreMatchOdds.fromJson constructor
Query$isFixtureGotPreMatchOdds$isFixtureGotPreMatchOdds.fromJson(
- Map<String, dynamic> json
)
Implementation
factory Query$isFixtureGotPreMatchOdds$isFixtureGotPreMatchOdds.fromJson(
Map<String, dynamic> json) {
final l$response = json['response'];
final l$$__typename = json['__typename'];
return Query$isFixtureGotPreMatchOdds$isFixtureGotPreMatchOdds(
response: (l$response as bool),
$__typename: (l$$__typename as String),
);
}