FormResults constructor
const
FormResults({
- bool errorState = false,
- List<
FormBuilderError> formErrors = const [], - required List<
FieldResults> results,
Implementation
const FormResults({
this.errorState = false,
this.formErrors = const [],
required this.results,
});