WipDomain class abstract

Implementers

Constructors

WipDomain(WipConnection connection)

Properties

connection WipConnection
final
hashCode int
The hash code for this object.
no setterinherited
onClosed Stream<WipDomain>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

eventStream<T>(String method, WipEventTransformer<T> transformer) Stream<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendCommand(String method, {Map<String, dynamic>? params}) Future<WipResponse>
toString() String
A string representation of this object.
inherited

Operators

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