LoggerRow constructor

LoggerRow({
  1. required LogEntry logEntry,
})

Implementation

LoggerRow({
  required this.logEntry,
});