simplePriceCnyResponseFromJson function Null safety
- String str
Implementation
SimplePriceCnyResponse simplePriceCnyResponseFromJson(String str) =>
SimplePriceCnyResponse.fromJson(json.decode(str));
SimplePriceCnyResponse simplePriceCnyResponseFromJson(String str) =>
SimplePriceCnyResponse.fromJson(json.decode(str));