MultiFieldBlocState class abstract
- Mixed-in types
- Implementers
Constructors
- MultiFieldBlocState({required String name, required bool isValid, required bool hasDisplayError, required dynamic extraData, required dynamic data, required FormBloc? formBloc})
-
const
Properties
- data → dynamic
-
final
- extraData → dynamic
-
final
-
flatFieldBlocs
→ Iterable<
FieldBloc< FieldBlocStateBase> > -
no setter
- formBloc → FormBloc?
-
final
- hasDisplayError → bool
-
final
- hasFormBloc → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotValid → bool
-
no setterinherited
- isValid → bool
-
final
- name → String
-
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, thetoStringmethod will be overridden to output this instance'sprops.no setterinherited
Methods
-
copyWith(
{bool? isValid, bool? hasDisplayError, dynamic data, dynamic extraData, FormBloc? formBloc}) → MultiFieldBlocState -
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