Decimal constructor

Decimal(
  1. String value
)

Implementation

Decimal(String value) : _rational = Rational.parse(value);