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