menu
blockchain_utils package
documentation
numbers/src/i32.dart
Int32
isNegative property
isNegative property
dark_mode
light_mode
isNegative
property
bool
get
isNegative
Implementation
bool get isNegative => _bits >= _signBit32;
blockchain_utils package
documentation
numbers/src/i32
Int32
isNegative property
Int32 class