simplePriceCnyResponseToJson function Null safety

String simplePriceCnyResponseToJson(
  1. SimplePriceCnyResponse data
)

Implementation

String simplePriceCnyResponseToJson(SimplePriceCnyResponse data) =>
    json.encode(data.toJson());