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