autoSaveEnabled property

void autoSaveEnabled=(bool value)

Whether the document is automatically saved.

Defaults to true.

Implementation

set autoSaveEnabled(bool value) => _autoSaveEnabled = value;