hasRequiredState constant

SemanticsFlag const hasRequiredState

The semantics node has the quality of either being required or not.

See also:

Implementation

static const SemanticsFlag hasRequiredState = SemanticsFlag._(
  _kHasRequiredStateIndex,
  'hasRequiredState',
);