SelectFeedbackFormField class
A drop-down or picker of multiple values
- Implemented types
Constructors
Properties
- attribute → String
-
The attribute name this fields value will set
final
- defaultValue → String
-
Default value set when the form is initialized for the first time
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String
-
A human readable label that describes purpose of th
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ Map<
String, String> -
Selection options. Keys will be shown in UI in a human readable form, values will be interpreted as attributes and sent to server.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited