menu
walletkit_dart
walletkit_dart.dart
Amount
isOther method
isOther
dark_mode
light_mode
isOther
method
bool
isOther
(
Amount
other
)
Implementation
bool isOther(Amount other) { return value == other.value && decimals == other.decimals; }
walletkit_dart
walletkit_dart
Amount
isOther method
Amount class