toBigInt property

BigInt toBigInt

converts an int to a BigInt.

Implementation

BigInt get toBigInt => BigInt.from(this);