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