textDocuments property
List<TextDocument>
get
textDocuments
All text documents currently known to the editor.
Implementation
_i2.List<_i3.TextDocument> get textDocuments => (_i4.getProperty(
this,
'textDocuments',
) as _i2.List)
.cast();