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