EntityEvent<T, E> class abstract

An event that has multiple States

Implementers

Constructors

EntityEvent()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

content(T data) Future<void>
Acceptance of a new entity event
error([Exception? error]) Future<void>
Setting the event data is error
loading() Future<void>
Setting the event data is loading
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