Bloc<Event, State> class abstract

Constructors

Bloc(State state)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ↔ State
getter/setter pair
stream Stream<State>
no setter

Methods

add(Event event) → void
close() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on<OnEvent extends Event>(dynamic dd(Event event, dynamic emit(State state))) → void
toString() String
A string representation of this object.
inherited

Operators

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