CommandAck constructor
CommandAck({})
Implementation
CommandAck({
required this.command,
required this.result,
required this.progress,
required this.resultParam2,
required this.targetSystem,
required this.targetComponent,
});