one constant

Decimal const one

Value Decimal('1').

Implementation

static const Decimal one = Decimal.fromDouble(1, fractionDigits: 9);