menu
numeric_utils package
documentation
constants/numeric_constants.dart
BigIntConstants
word property
word property
dark_mode
light_mode
word
property
BigInt
word
final
Represents 2^16 (65536), a word.
Implementation
static final BigInt word = BigInt.from(2).pow(16);
numeric_utils package
documentation
constants/numeric_constants
BigIntConstants
word property
BigIntConstants class