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