simplePriceJpyResponseFromJson function Null safety

SimplePriceJpyResponse simplePriceJpyResponseFromJson(
  1. String str
)

Implementation

SimplePriceJpyResponse simplePriceJpyResponseFromJson(String str) =>
    SimplePriceJpyResponse.fromJson(json.decode(str));