menu
walletkit_dart
walletkit_dart.dart
Amount
operator > method
operator >
dark_mode
light_mode
operator >
method
bool
operator >
(
Amount
other
)
Implementation
bool operator >(Amount other) { return value > other.value; }
walletkit_dart
walletkit_dart
Amount
operator > method
Amount class