call method Null safety

void call(
  1. T value,
  2. {bool notifyChange = true}
)

Implementation

void call(T value, {bool notifyChange = true}) {
  set(value, notifyChange: notifyChange);
}