EXTENDS constant

Keyword const EXTENDS

Implementation

static const Keyword EXTENDS = const Keyword(
  /* index = */ 103,
  "extends",
  "EXTENDS",
  KeywordStyle.reserved,
);