isBigInt method

bool isBigInt(
  1. TypeInfo typeInfo
)

Implementation

bool isBigInt(TypeInfo typeInfo) =>
    typeInfo.typeName == 'BigInt' || typeInfo.typeName == '_BigIntImpl';