toString method
Returns a string representation of the CoinHistory instance.
Implementation
@override
String toString() {
return '${Helpers.getTypeName(CoinHistory)}: id = $id, symbol = $symbol, name = $name';
}
Returns a string representation of the CoinHistory instance.
@override
String toString() {
return '${Helpers.getTypeName(CoinHistory)}: id = $id, symbol = $symbol, name = $name';
}