simplePriceJpyResponseToJson function

String? simplePriceJpyResponseToJson(
  1. SimplePriceJpyResponse? data
)

Implementation

String simplePriceJpyResponseToJson(SimplePriceJpyResponse data) =>
    json.encode(data.toJson());