ZugSock class

Constructors

ZugSock.new(dynamic address, dynamic onConnect, dynamic onMsg, Function onClose)

Properties

hashCode int
The hash code for this object.
no setterinherited
onClose Function
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
logMsg(String msg) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(dynamic msg) → void
toString() String
A string representation of this object.
inherited

Operators

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