menu
numeric_utils package
documentation
constants/numeric_constants.dart
BigIntConstants
exabyte property
exabyte property
dark_mode
light_mode
exabyte
property
BigInt
exabyte
final
Represents 2^60, an exabyte (EiB)
Implementation
static final BigInt exabyte = BigInt.from(2).pow(60);
numeric_utils package
documentation
constants/numeric_constants
BigIntConstants
exabyte property
BigIntConstants class