Query$getPredictions$getPredictions$h2h$fixture$periods.fromJson constructor

Query$getPredictions$getPredictions$h2h$fixture$periods.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Query$getPredictions$getPredictions$h2h$fixture$periods.fromJson(
    Map<String, dynamic> json) {
  final l$first = json['first'];
  final l$second = json['second'];
  final l$$__typename = json['__typename'];
  return Query$getPredictions$getPredictions$h2h$fixture$periods(
    first: (l$first as num?)?.toDouble(),
    second: (l$second as num?)?.toDouble(),
    $__typename: (l$$__typename as String),
  );
}