MSG_CHANNEL_DATA constructor

MSG_CHANNEL_DATA([
  1. int recipientChannel,
  2. Uint8List data
])

Implementation

MSG_CHANNEL_DATA([this.recipientChannel, this.data]) : super(ID);