notify static method

void notify()

Implementation

static void notify() {
  for (var value in _notifier) {
    value(oldInstance, instance);
  }
}