isBigInt property

bool isBigInt

Returns true if type is BigInt.

Implementation

bool get isBigInt => type == BigInt;