MSG_CHANNEL_REQUEST.exit constructor

MSG_CHANNEL_REQUEST.exit(
  1. int recipientChannel,
  2. String requestType,
  3. int width,
  4. bool wantReply,
)

Implementation

MSG_CHANNEL_REQUEST.exit(
    this.recipientChannel, this.requestType, this.width, this.wantReply)
    : super(ID);