menu
strlog package
documentation
handlers.dart
MemoryHandler
records property
records property
dark_mode
light_mode
records
property
Iterable
<
Record
>
get
records
All records processed by this handler.
Implementation
Iterable<Record> get records => List.unmodifiable(_records);
strlog package
documentation
handlers
MemoryHandler
records property
MemoryHandler class