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