CommandEvent constructor
const
CommandEvent({
- required String eventId,
- required String commandId,
- required CommandEventKind kind,
- required int generation,
- String? detail,
Implementation
const CommandEvent({
required this.eventId,
required this.commandId,
required this.kind,
required this.generation,
this.detail,
});