EventRepositoryMixin<E> mixin

Implemented types
Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<E>
Поток всех событий
no setteroverride

Methods

addEvent({required E event}) → void
Метод для добавления события конкретного типа в общий поток событий. event - событие, добавляемое в поток.
override
dispose() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on<T extends E>() Stream<T>
Поток событий.
override
toString() String
A string representation of this object.
inherited

Operators

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