FormResults class
Constructors
-
FormResults({bool errorState = false, List<
FormBuilderError> formErrors = const [], required List<FieldResults> results}) -
const
-
FormResults.getResults({required ChampionFormController controller, bool checkForErrors = true, List<
FormFieldDef> ? fields}) -
factory
Properties
- errorState → bool
-
final
-
formErrors
→ List<
FormBuilderError> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
results
→ List<
FieldResults> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
grab(
String id) → FieldResults -
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