Outgoing constructor

Outgoing(
  1. ObjectPrx prx,
  2. String operation,
  3. OperationMode mode,
  4. Context? context,
  5. WriteParams writeParams, {
  6. MessageType messageType = MessageType.request,
  7. bool sync = true,
})

Implementation

Outgoing(
  this.prx,
  this.operation,
  this.mode,
  this.context,
  this.writeParams, {
  this.messageType = MessageType.request,
  this.sync = true,
});