isIdentifier static method

bool isIdentifier(
  1. int kind
)

Implementation

static bool isIdentifier(int kind) => kind == IDENTIFIER;