CommandApplyTerminalConflict constructor

const CommandApplyTerminalConflict(
  1. String commandId,
  2. CommandStatus existing,
  3. CommandStatus incoming
)

Implementation

const CommandApplyTerminalConflict(this.commandId, this.existing, this.incoming);