WireCommandWithWireData<T> class abstract

Inheritance
Mixed-in types
Implementers

Constructors

WireCommandWithWireData()

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

execute() Future<T?>
inherited
get<T>(String dataKey) Future<T>
inherited
getMany(List<String> many) Future<Map<String, dynamic>>
inherited
has(String dataKey) bool
inherited
hasNot(String dataKey) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String dataKey) Future<void>
inherited
reset(String dataKey) → void
inherited
toString() String
A string representation of this object.
inherited
update<T>(String dataKey, {T? data, bool refresh = true}) → void
inherited

Operators

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