ZetaFormFieldRequirement enum
The requirement options for a Form Field.
Constructors
- ZetaFormFieldRequirement()
-
const
Values
- none → const ZetaFormFieldRequirement
-
The default form field requirement.
- mandatory → const ZetaFormFieldRequirement
-
A mandatory form field.
- optional → const ZetaFormFieldRequirement
-
An optional form field.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ZetaFormFieldRequirement> - A constant List of the values in this enum, in order of their declaration.