negativeOne property

Amount get negativeOne

Implementation

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