EXTENSION constant

Keyword const EXTENSION

Implementation

static const Keyword EXTENSION = const Keyword(
  /* index = */ 104,
  "extension",
  "EXTENSION",
  KeywordStyle.builtIn,
  isTopLevelKeyword: true,
);