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