menu
blockchain_utils package
documentation
numbers/src/i128.dart
Int128
toInt128 method
toInt128 method
dark_mode
light_mode
toInt128
method
Int128
toInt128
(
)
Same-width reinterpretation.
Int128(-1).toInt128() == this
Implementation
Int128 toInt128() => this;
blockchain_utils package
documentation
numbers/src/i128
Int128
toInt128 method
Int128 class