records property

List<Record> get records

Returns the list of records.

Implementation

List<Record> get records => recordsStore ?? List<Record>.empty();