MSG_CHANNEL_REQUEST.exec constructor

MSG_CHANNEL_REQUEST.exec(
  1. int recipientChannel,
  2. String requestType,
  3. String term,
  4. bool wantReply,
)

Implementation

MSG_CHANNEL_REQUEST.exec(
    this.recipientChannel, this.requestType, this.term, this.wantReply)
    : super(ID);