documents property
UnmodifiableListView<TabbedDocument>
get
documents
gets a read-only documents list
Implementation
UnmodifiableListView<TabbedDocument> get documents =>
UnmodifiableListView(_documents);