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