simplePriceCnyResponseToJson function

String? simplePriceCnyResponseToJson(
  1. SimplePriceCnyResponse? data
)

Implementation

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