documents property

gets a read-only documents list

Implementation

UnmodifiableListView<TabbedDocument> get documents =>
    UnmodifiableListView(_documents);