document property
TextDocument
get
document
The document associated with this text editor. The document will be the same for the entire lifetime of this text editor.
Implementation
_i3.TextDocument get document => _i5.getProperty(
this,
'document',
);