menu
blockchain_utils package
documentation
numbers/src/i32.dart
Int32
toUint128 method
toUint128 method
dark_mode
light_mode
toUint128
method
Uint128
toUint128
(
)
Sign-extending widen (via
toInt64
), then reinterpret.
Implementation
Uint128 toUint128() => toInt64().toUint128();
blockchain_utils package
documentation
numbers/src/i32
Int32
toUint128 method
Int32 class