entries property
List<OutputLogEntry>
get
entries
The log entries, oldest first.
Implementation
List<OutputLogEntry> get entries =>
List<OutputLogEntry>.unmodifiable(_entries);
The log entries, oldest first.
List<OutputLogEntry> get entries =>
List<OutputLogEntry>.unmodifiable(_entries);