zero property

Amount get zero

Implementation

static Amount get zero => Amount(value: BigInt.from(0), decimals: 0);