TRUE constant

Keyword const TRUE

Implementation

static const Keyword TRUE = const Keyword(
  /* index = */ 146,
  "true",
  "TRUE",
  KeywordStyle.reserved,
);