DYNAMIC constant

Keyword const DYNAMIC

Implementation

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