SSHChannelData constructor

SSHChannelData(
  1. Uint8List bytes, {
  2. int? type,
})

Implementation

SSHChannelData(this.bytes, {this.type});