HIDE constant

Keyword const HIDE

Implementation

static const Keyword HIDE = const Keyword(
  /* index = */ 113,
  "hide",
  "HIDE",
  KeywordStyle.pseudo,
);