history property

List<LogEntry> get history

Get log history

Implementation

static List<LogEntry> get history => List.unmodifiable(_history);