historyEnabled property

bool get historyEnabled

Implementation

bool get historyEnabled => obj.historyEnabled;
set historyEnabled (bool value)

Implementation

set historyEnabled(bool value) => obj.historyEnabled = value;