SshChannelOpenRequest.session constructor

const SshChannelOpenRequest.session({
  1. SshChannelWindow localWindow = const SshChannelWindow(),
  2. Map<String, Object?> payload = const <String, Object?>{},
})

Implementation

const SshChannelOpenRequest.session({
  this.localWindow = const SshChannelWindow(),
  this.payload = const <String, Object?>{},
})  : type = SshChannelType.session,
      subtype = null;