call method Null safety
- T value,
- {bool notifyChange = true}
Implementation
void call(T value, {bool notifyChange = true}) {
set(value, notifyChange: notifyChange);
}
void call(T value, {bool notifyChange = true}) {
set(value, notifyChange: notifyChange);
}