logs property

List<LogEntry> get logs

Get all log entries.

Implementation

static List<LogEntry> get logs => List.unmodifiable(_logs);