AFMultipleSubFormField<T extends TemplateForm> class

Inheritance
Mixed in types

Constructors

AFMultipleSubFormField({ValueChanged<List<Map<String, dynamic>>?>? onChanged, required String id, required String name, required T formBuilder(), required List<T> forms, List<Validator<List<Map<String, dynamic>>>> validators = const []})

Properties

forceErrorStream Stream<void>
no setterinherited
formBuilder → T Function()
final
forms List<T>
final
hashCode int
The hash code for this object.
no setterinherited
id String
A unique identifier for the field which will be used to retrieve its data.
finalinherited
name String
The name that will be displayed to the user.
finalinherited
onChanged ValueChanged<List<Map<String, dynamic>>?>?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateStream Stream<List<Map<String, dynamic>>?>
The stream that will be used to notify the form that the field's value has changed.
no setterinherited
validators List<Validator<Object?>>
A list of validators that will be used to verify the user's input.
finalinherited
value List<Map<String, dynamic>>?
The current value of the field.
covariantgetter/setter pairinherited-setteroverride-getter
widgetBuilder FieldWidgetConstructor
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parser(covariant Object? unparsedValue) List<Map<String, dynamic>>?
Parses a value into an instance of T.
override
sendForceErrorEvent() → void
inherited
toString() String
A string representation of this object.
inherited
updateValue(covariant Object? value) → void
Sets the value of the field and notifies the form's widgets that the value has changed.
inherited
validator([Object? object]) String?
This method returns null if the field is valid. Otherwise it will return the error's string specified in the validator (see Validator).
override

Operators

operator ==(Object other) bool
The equality operator.
inherited