SEALED constant

Keyword const SEALED

Implementation

static const Keyword SEALED = const Keyword(
  /* index = */ 136,
  "sealed",
  "SEALED",
  KeywordStyle.pseudo,
);