LoggerInfo constructor

LoggerInfo(
  1. {required String previousCommand,
  2. required String currentCommand,
  3. required CatLoggingLevel description,
  4. required int interface,
  5. required int schema,
  6. required bool visualFeedback}
)

Implementation

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