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