menu
decimal4d package
documentation
decimal.dart
Decimal
Decimal.new constructor
Decimal.new constructor
dark_mode
light_mode
Decimal
constructor
Decimal
(
BigInt
_value
,
int
_scale
)
Implementation
Decimal(this._value, this._scale);
decimal4d package
documentation
decimal
Decimal
Decimal.new constructor
Decimal class