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