zero property Null safety

Value zero
final

Zero for both floats and ints

Implementation

static final Value zero = Value.fromInternal(BigInt.from(0));