toString method

  1. @override
String toString()
override

Returns a string representation of the NativeCurrencyUsdData instance.

The string includes the type name and the values of nativeCurrency and usd.

Implementation

@override
String toString() {
  return '${Helpers.getTypeName(NativeCurrencyUsdData)}: nativeCurrency = $nativeCurrency, usd = $usd';
}