FieldClass class
Nested field is a field that contains other fields. The Fields are defined in the properties property.
This is useful in cases where you want to group fields together, for example an address field containing street, city, state, zip, etc.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hint → String?
-
final
- label → String?
-
final
-
properties
→ List<
Map< String, dynamic> > -
List of fields - the field properites
like annotation, type, label, hint, enabled, inputDecoration, validators, initialValue, etc., are defines in a map.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequence → double?
-
final
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