SimplePriceArsResponse.fromJson constructor Null safety
Implementation
factory SimplePriceArsResponse.fromJson(Map<String, dynamic> json) =>
SimplePriceArsResponse(
uniris: Uniris.fromJson(json['uniris']),
);
factory SimplePriceArsResponse.fromJson(Map<String, dynamic> json) =>
SimplePriceArsResponse(
uniris: Uniris.fromJson(json['uniris']),
);