ListFieldBlocState<T extends FieldBloc<FieldBlocStateBase> , ExtraData>  class 
 
- Inheritance
- 
    - Object
- MultiFieldBlocState<ExtraData> 
- ListFieldBlocState
 
Constructors
Properties
- extraData → ExtraData?
- 
  
  finalinherited
- 
  fieldBlocs
  → List<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, thetoStringmethod will be overridden to output this instance'sprops.no setterinherited
Methods
- 
  copyWith({Param< FormBloc?> ? formBloc, bool? isValidating, bool? isValid, Param<ExtraData> ? extraData, List<T> ? fieldBlocs}) → ListFieldBlocState<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