refresh method

void refresh()

Implementation

void refresh() {
  if (hasListeners) {
    notifyListeners();
  }
}