menu
blockchain_utils package
documentation
numbers/src/u64.dart
Uint64
operator > method
operator > method
dark_mode
light_mode
operator >
method
bool
operator >
(
Uint64
other
)
Implementation
bool operator >(Uint64 other) => compareTo(other) > 0;
blockchain_utils package
documentation
numbers/src/u64
Uint64
operator > method
Uint64 class