menu
blockchain_utils package
documentation
numbers/src/i32.dart
Int32
toUint8 method
toUint8 method
dark_mode
light_mode
toUint8
method
int
toUint8
(
)
Implementation
int toUint8() { return (this & Int32.mask8).toInt(); }
blockchain_utils package
documentation
numbers/src/i32
Int32
toUint8 method
Int32 class