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