menu
numeric_utils package
documentation
constants/numeric_constants.dart
BigIntConstants
trillion property
trillion property
dark_mode
light_mode
trillion
property
BigInt
trillion
final
Represents one trillion (1,000,000,000,000)
Implementation
static final BigInt trillion = BigInt.from(10).pow(12);
numeric_utils package
documentation
constants/numeric_constants
BigIntConstants
trillion property
BigIntConstants class