SUPER constant

Keyword const SUPER

Implementation

static const Keyword SUPER = const Keyword(
  /* index = */ 141,
  "super",
  "SUPER",
  KeywordStyle.reserved,
);