document property
TextDocument
get
document
The document that will be saved.
Implementation
_i3.TextDocument get document => _i5.getProperty(
this,
'document',
);
The document that will be saved.
_i3.TextDocument get document => _i5.getProperty(
this,
'document',
);