menu
numeric_utils package
documentation
constants/numeric_constants.dart
BigIntConstants
megabyte property
megabyte property
dark_mode
light_mode
megabyte
property
BigInt
megabyte
final
Represents 2^20 (1,048,576), a megabyte (MiB)
Implementation
static final BigInt megabyte = BigInt.from(2).pow(20);
numeric_utils package
documentation
constants/numeric_constants
BigIntConstants
megabyte property
BigIntConstants class