toBigIntOrNull property

BigInt? get toBigIntOrNull

Implementation

BigInt? get toBigIntOrNull => BigInt.tryParse(this);