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