THIS constant

Keyword const THIS

Implementation

static const Keyword THIS = const Keyword(
  /* index = */ 144,
  "this",
  "THIS",
  KeywordStyle.reserved,
);