CommandLong constructor
CommandLong({})
Implementation
CommandLong({
required this.param1,
required this.param2,
required this.param3,
required this.param4,
required this.param5,
required this.param6,
required this.param7,
required this.command,
required this.targetSystem,
required this.targetComponent,
required this.confirmation,
});