LoggerInfo constructor
Implementation
LoggerInfo({
required this.previousCommand,
required this.currentCommand,
required this.description,
required this.interface,
required this.schema,
required this.visualFeedback,
});
LoggerInfo({
required this.previousCommand,
required this.currentCommand,
required this.description,
required this.interface,
required this.schema,
required this.visualFeedback,
});