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