count_changes property

bool get count_changes

Implementation

bool get count_changes => getBool("count_changes");
set count_changes (bool value)

Implementation

set count_changes(bool value) => setBool("count_changes", value);