FormValue class
Represents the value of a form field.
Constructors
- FormValue.new({required String id, required String formKey, required String label, required dynamic value})
- Creates a new instance of FormValue.
Properties
- formKey → String
-
The key associated with the form field.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The unique identifier of the form value.
final
- label → String
-
The label of the form field.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
The value of the form field.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited