NestableBlocListener class abstract

The NestableBlocListener is the base for every item in a MultiBlocProvider. Thus, the bloc listener is not limited to be a BlocListener, but can another type.

see also

Implementers

Constructors

NestableBlocListener()

Properties

hashCode int
The hash code for this object.
no setterinherited
hasNoChild bool
Given that the NestableBlocListener are used in a MultiBlocProvider The must not have a child each one. Then, the hasNoChild allows the MultiBlocProvider to check that they don't have them.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asDiagnosticsNode() DiagnosticsNode
Generates a DiagnosticsNode for show the bloc states in the debugger.
listen() → void
The listen method describe how a widget must listen a BlocBase
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