CallBackMethod<K, V> class

Keeps a log from each setCallback request. Simplify the way how we can controll some aspects, like dispose some resource from an internal command. Exposes some useful read-only properties*.

Constructors

CallBackMethod({required Message message, required MultiUseCallback<K, V> call})

Properties

call MultiUseCallback<K, V>
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
no setter
message Message
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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