toString method
Returns a string representation of the CoinMarketData instance.
Implementation
@override
String toString() {
return '${Helpers.getTypeName(CoinMarketData)}';
}
Returns a string representation of the CoinMarketData instance.
@override
String toString() {
return '${Helpers.getTypeName(CoinMarketData)}';
}