autoSaveEnabled property
set
autoSaveEnabled
(bool value)
Whether the document is automatically saved.
Defaults to true.
Implementation
set autoSaveEnabled(bool value) => _autoSaveEnabled = value;
Whether the document is automatically saved.
Defaults to true.
set autoSaveEnabled(bool value) => _autoSaveEnabled = value;