refresh property

bool refresh

Implementation

bool get refresh => _refresh;
void refresh=(bool refresh)

Implementation

set refresh(bool refresh) {
  _refresh = refresh;
  notifyListeners();
}