simplePriceJpyResponseToJson function Null safety

String simplePriceJpyResponseToJson(
  1. SimplePriceJpyResponse data
)

Implementation

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