toString method
- @override
Returns a string representation of this object.
Implementation
@override
String toString() =>
'M4eAmount(value: $value, currency: ${currency.toString()})';
Returns a string representation of this object.
@override
String toString() =>
'M4eAmount(value: $value, currency: ${currency.toString()})';