CommandCancel constructor
const
CommandCancel({})
Implementation
const CommandCancel({
required this.commandId,
required this.causationId,
required this.source,
required this.authorityGeneration,
this.reason,
});