CommandPayload constructor

CommandPayload({
  1. ExecMessage? exec,
  2. ContinuationMessage? cont,
})

Implementation

CommandPayload({
  this.exec,
  this.cont,
});