Query$getPredictions$getPredictions$teams$home$league$cards$red$thirtyoneToFourtyfive.fromJson constructor
      
      Query$getPredictions$getPredictions$teams$home$league$cards$red$thirtyoneToFourtyfive.fromJson()
     
    
    
Implementation
factory Query$getPredictions$getPredictions$teams$home$league$cards$red$thirtyoneToFourtyfive.fromJson(
    Map<String, dynamic> json) {
  final l$total = json['total'];
  final l$percentage = json['percentage'];
  final l$$__typename = json['__typename'];
  return Query$getPredictions$getPredictions$teams$home$league$cards$red$thirtyoneToFourtyfive(
    total: (l$total as num?)?.toDouble(),
    percentage: (l$percentage as String?),
    $__typename: (l$$__typename as String),
  );
}