GroupFieldBlocState<T extends FieldBloc<FieldBlocStateBase>, ExtraData> class

Inheritance

Constructors

GroupFieldBlocState({required FormBloc? formBloc, required String name, required bool isValidating, required bool isValid, required ExtraData? extraData, required Iterable<T> fieldBlocs})

Properties

extraData → ExtraData?
finalinherited
fieldBlocs Map<String, T>
final
flatFieldBlocs Iterable<FieldBloc<FieldBlocStateBase>>
no setteroverride
formBloc FormBloc?
Identifies whether the FieldBloc has been added to the FormBloc
finalinherited
hasFormBloc bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isValid bool
finalinherited
isValidating bool
finalinherited
name String
It is the string that identifies the FieldBloc.
finalinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

copyWith({Param<FormBloc?>? formBloc, bool? isValidating, bool? isValid, Param<ExtraData>? extraData, Iterable<T>? fieldBlocs}) GroupFieldBlocState<T, ExtraData>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString([Object? other]) String
A string representation of this object.
override

Operators

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