simplePriceJpyResponseFromJson function Null safety
- String str
Implementation
SimplePriceJpyResponse simplePriceJpyResponseFromJson(String str) =>
SimplePriceJpyResponse.fromJson(json.decode(str));
SimplePriceJpyResponse simplePriceJpyResponseFromJson(String str) =>
SimplePriceJpyResponse.fromJson(json.decode(str));