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