toString method
Returns a string representation of the ExchangeMarket instance.
The string contains the type name, identifier, and name of the exchange market.
Implementation
@override
String toString() {
return '${Helpers.getTypeName(ExchangeMarket)}: identifier = $identifier, name = $name';
}