Export audit log as JSON-serializable list.
List<Map<String, dynamic>> exportJson() => _entries.map((e) => e.toJson()).toList();