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