simplePriceCnyResponseToJson function Null safety
Implementation
String simplePriceCnyResponseToJson(SimplePriceCnyResponse data) =>
json.encode(data.toJson());
String simplePriceCnyResponseToJson(SimplePriceCnyResponse data) =>
json.encode(data.toJson());