ASSERT constant

Keyword const ASSERT

Implementation

static const Keyword ASSERT = const Keyword(
  /* index = */ 84,
  "assert",
  "ASSERT",
  KeywordStyle.reserved,
);