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