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