ConnectOptions class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- ConnectOptions({num? port, String? hostname, String? transport})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostname ↔ String?
-
Available on ConnectOptions, provided by the ConnectOptions$Typings extension
A literal IP address or host name that can be resolved to an IP address. If not specified,getter/setter pair - port ↔ num
-
Available on ConnectOptions, provided by the ConnectOptions$Typings extension
The port to connect to.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transport ↔ String?
-
Available on ConnectOptions, provided by the ConnectOptions$Typings extension
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