SHOW constant

Keyword const SHOW

Implementation

static const Keyword SHOW = const Keyword(
  /* index = */ 138,
  "show",
  "SHOW",
  KeywordStyle.pseudo,
);