Socket class
- Available extensions
- Annotations
-
- @anonymous
- @JS()
- @staticInterop
Constructors
- Socket()
-
factory
Properties
-
closed
→ Future<
bool> -
Available on Socket, provided by the PropsSocket extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
-
readable
→ Future<
ReadableStream> -
Available on Socket, provided by the PropsSocket extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
writable
→ Future<
ReadableStream> -
Available on Socket, provided by the PropsSocket extension
no setter
Methods
-
close(
) → Future< void> -
Available on Socket, provided by the PropsSocket extension
-
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