FormFieldId enum

Form Ids used to reference a form's fields created and managed by a FormComponent. The FormFieldIds are also used by the FormInputDataMapper to map between a form's InputMap and a FormProviderEntity.

Inheritance
Available extensions

Values

fd0 → const FormFieldId
fd1 → const FormFieldId
fd2 → const FormFieldId
fd3 → const FormFieldId
fd4 → const FormFieldId
fd5 → const FormFieldId
fd6 → const FormFieldId
fd7 → const FormFieldId
fd8 → const FormFieldId
fd9 → const FormFieldId
fd10 → const FormFieldId
fd11 → const FormFieldId
fd12 → const FormFieldId
fd13 → const FormFieldId
fd14 → const FormFieldId
fd15 → const FormFieldId
fd16 → const FormFieldId
fd17 → const FormFieldId
fd18 → const FormFieldId
fd19 → const FormFieldId
fd20 → const FormFieldId
fd21 → const FormFieldId
fd22 → const FormFieldId
fd23 → const FormFieldId
fd24 → const FormFieldId
fd25 → const FormFieldId
fd26 → const FormFieldId
fd27 → const FormFieldId
fd28 → const FormFieldId
fd29 → const FormFieldId
fd30 → const FormFieldId
fd31 → const FormFieldId
fd32 → const FormFieldId
fd33 → const FormFieldId
fd34 → const FormFieldId

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<FormFieldId>
A constant List of the values in this enum, in order of their declaration.