CommandPayload constructor
CommandPayload({
- ExecMessage? exec,
- ContinuationMessage? cont,
Implementation
CommandPayload({
this.exec,
this.cont,
});
CommandPayload({
this.exec,
this.cont,
});