simplePriceJpyResponseFromJson function

SimplePriceJpyResponse? simplePriceJpyResponseFromJson(
  1. String? str
)

Implementation

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