zero property

Decimal zero
getter/setter pair

The Decimal corresponding to 0.

Implementation

static Decimal zero = Decimal.fromInt(0);