history property

List<LogEntry> get history

Get log history Get log history.

Implementation

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