records property

Iterable<Record> records

All records processed by this handler.

Implementation

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