simplePriceCnyResponseFromJson function

SimplePriceCnyResponse? simplePriceCnyResponseFromJson(
  1. String? str
)

Implementation

SimplePriceCnyResponse simplePriceCnyResponseFromJson(String str) =>
    SimplePriceCnyResponse.fromJson(json.decode(str));