CommandExecutionEvent constructor
const
CommandExecutionEvent({
- required String commandName,
- required CommandCategory category,
- required String args,
- required bool isError,
- required DateTime timestamp,
Implementation
const CommandExecutionEvent({
required this.commandName,
required this.category,
required this.args,
required this.isError,
required this.timestamp,
});