factory AttackVolumeStatistics.fromJson(Map<String, dynamic> json) { return AttackVolumeStatistics( max: json['Max'] as double, ); }