toString method
Returns a string representation of the DerivativeExchangeShort instance.
Returns: A string containing the type name and the values of the id and name fields.
Implementation
@override
String toString() {
return '${Helpers.getTypeName(DerivativeExchangeShort)}: id = $id, name = $name';
}