autoNotify property

bool autoNotify
getter/setter pair

变量发生更新时自动通知 UI 更新,若你想手动执行 notify 通知 UI 更新,可以将其设置为 false。 此属性允许在任意地方动态修改它。

Implementation

bool autoNotify;