SshChannelOpenRequest class
Constructors
-
SshChannelOpenRequest({required SshChannelType type, String? subtype, SshChannelWindow localWindow = const SshChannelWindow(), Map<
String, Object?> payload = const <String, Object?>{}}) -
const
-
SshChannelOpenRequest.session({SshChannelWindow localWindow = const SshChannelWindow(), Map<
String, Object?> payload = const <String, Object?>{}}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localWindow → SshChannelWindow
-
final
-
payload
→ Map<
String, Object?> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtype → String?
-
final
- type → SshChannelType
-
final
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