isUntitled property
bool
get
isUntitled
Is this document representing an untitled file which has never been saved yet. Note that
this does not mean the document will be saved to disk, use {@linkcode Uri.scheme}
to figure out where a document will be {@link FileSystemProvidersaved}, e.g. file
, ftp
etc.
Implementation
_i2.bool get isUntitled => _i5.getProperty(
this,
'isUntitled',
);