two constant

Decimal const two

Value Decimal('2').

Implementation

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