Query$getPredictions$getPredictions$h2h$fixture$status.fromJson constructor
Query$getPredictions$getPredictions$h2h$fixture$status.fromJson(
- Map<String, dynamic> json
)
Implementation
factory Query$getPredictions$getPredictions$h2h$fixture$status.fromJson(
Map<String, dynamic> json) {
final l$long = json['long'];
final l$short = json['short'];
final l$elapsed = json['elapsed'];
final l$$__typename = json['__typename'];
return Query$getPredictions$getPredictions$h2h$fixture$status(
long: (l$long as String?),
short: (l$short as String?),
elapsed: (l$elapsed as num?)?.toDouble(),
$__typename: (l$$__typename as String),
);
}