documents property

List<AIDocument> get documents

Returns all currently stored documents.

Implementation

List<AIDocument> get documents => List.unmodifiable(_documents);