toBigInt property

BigInt get toBigInt

Implementation

BigInt get toBigInt => this ? BigInt.one : BigInt.zero;