MultiFieldBlocState<ExtraData> class abstract

Mixed in types
Implementers

Constructors

MultiFieldBlocState({required FormBloc? formBloc, required String name, required bool isValidating, required bool isValid, required ExtraData? extraData})
const

Properties

extraData → ExtraData?
final
flatFieldBlocs Iterable<FieldBloc<FieldBlocStateBase>>
no setter
formBloc FormBloc?
Identifies whether the FieldBloc has been added to the FormBloc
final
hasFormBloc bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isValid bool
final
isValidating bool
final
name String
It is the string that identifies the FieldBloc.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
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}) MultiFieldBlocState<ExtraData>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString([Object? other]) String
A string representation of this object.

Operators

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