setFalse method Null safety
- {bool notifyChange = true}
Sets the value to false
Implementation
void setFalse({bool notifyChange = true}) =>
super.set(false, notifyChange: notifyChange);
Sets the value to false
void setFalse({bool notifyChange = true}) =>
super.set(false, notifyChange: notifyChange);