CommandRequest<M extends GeneratedMessage> class

A request to the server to post a command.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
observeEvents<E extends GeneratedMessage>() Future<EventSubscription<E>>
Creates an event subscription for events produced as a direct result of this command.
post({CommandErrorCallback? onError}) Future<void>
Asynchronously sends this request to the server.
postAndForget({CommandErrorCallback? onError}) Future<void>
Asynchronously sends this request to the server.
toString() String
A string representation of this object.
inherited

Operators

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