DYNAMIC constant

Keyword const DYNAMIC

Implementation

static const Keyword DYNAMIC = const Keyword(
  /* index = */ 99,
  "dynamic",
  "DYNAMIC",
  KeywordStyle.builtIn,
);