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