isBigInt property

bool get isBigInt

Returns true if type is BigInt.

Implementation

bool get isBigInt => type == BigInt;