factory CoverageCost.fromJson(Map<String, dynamic> json) { return CoverageCost( onDemandCost: json['OnDemandCost'] as String?, ); }