historyEnabled property

  1. @override
bool get historyEnabled
override

Implementation

@override
bool get historyEnabled => _getIntProp("HistoryEnabled") != 0;
  1. @override
set historyEnabled (bool v)
override

Implementation

@override
set historyEnabled(bool v) => _setIntProp("HistoryEnabled", v ? 1 : 0);