coinsPriceResponseToJson function Null safety
- CoinsPriceResponse data
Implementation
String coinsPriceResponseToJson(CoinsPriceResponse data) =>
json.encode(data.toJson());
String coinsPriceResponseToJson(CoinsPriceResponse data) =>
json.encode(data.toJson());