createZero static method

BigIntValue createZero()

Creates a zero BigInt value.

Implementation

static BigIntValue createZero() => BigIntValue(BigInt.zero);