REQUIRED constant

Keyword const REQUIRED

Implementation

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