ApiEvent<T> class abstract

Implementers

Constructors

ApiEvent()

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 ApiBaseState<T>
Allows access anywhere in the event without explicitly passing it around
getter/setter pairinherited

Methods

handle() Future<void>
Handle the event
inherited
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