records property

List<LogRecord> get records

All records exported since the last clear.

Implementation

List<LogRecord> get records => List<LogRecord>.unmodifiable(_records);