logs property

List<LogEntry> get logs

Get all logs

Implementation

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