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