toBigIntFromHexOrNull property

BigInt? get toBigIntFromHexOrNull

Implementation

BigInt? get toBigIntFromHexOrNull => BigInt.tryParse(this, radix: 16);