refresh method

dynamic refresh()

Implementation

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