PriceOverrides.fromJson(Map<String, dynamic> json) { if (json['country'] != null) { country = <Null>[]; json['country'].forEach((v) { // country!.add(Null.fromJson(v)); }); } }