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