menu
expression_language package
documentation
expression_language.dart
Decimal
Decimal.new constructor
Decimal.new constructor
dark_mode
light_mode
Decimal
constructor
Decimal
(
String
value
)
Implementation
Decimal(String value) : _rational = Rational.parse(value);
expression_language package
documentation
expression_language
Decimal
Decimal.new constructor
Decimal class