ConnectSocketOption class
Constructors
- ConnectSocketOption.new({JSObject? $$context$$})
Properties
- $$context$$ ↔ JSObject
-
getter/setter pair
- complete ↔ ConnectSocketCompleteCallback?
-
getter/setter pair
- fail ↔ ConnectSocketFailCallback?
-
getter/setter pair
- forceCellularNetwork ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- header ↔ IAnyObject?
-
getter/setter pair
- perMessageDeflate ↔ bool?
-
getter/setter pair
-
protocols
↔ List<
String> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- success ↔ ConnectSocketSuccessCallback?
-
getter/setter pair
- tcpNoDelay ↔ bool?
-
getter/setter pair
- timeout ↔ num?
-
getter/setter pair
- url ↔ String
-
getter/setter pair
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