BASE constant

Keyword const BASE

Implementation

static const Keyword BASE = const Keyword(
  /* index = */ 88,
  "base",
  "BASE",
  KeywordStyle.pseudo,
);