REQUIRED constant

Keyword const REQUIRED

Implementation

static const Keyword REQUIRED = const Keyword(
    129, "required", "REQUIRED", KeywordStyle.builtIn,
    isModifier: true);