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