entries property

List<AuditEntry> get entries

Get all audit entries

Implementation

List<AuditEntry> get entries => List.unmodifiable(_entries);