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