zero constant

Decimal const zero

Value Decimal('0').

Implementation

static const Decimal zero = Decimal.fromDouble(0, fractionDigits: 9);