Logs constructor

Logs({
  1. List<LogEvent>? events = const [],
})

Returns a new Logs instance.

Implementation

Logs({
  this.events = const [],
});