FieldBlocStateBase mixin
The common state interface of all field blocs
Properties
- formBloc → FormBloc?
- 
  Identifies whether the FieldBloc has been added to the FormBloc
  no setter
- hasFormBloc → bool
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- isValid → bool
- 
  
  no setter
- isValidating → bool
- 
  
  no setter
- name → String
- 
  It is the string that identifies the FieldBloc.
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  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