setDisplayedList method

void setDisplayedList(
  1. List<PlacesModel> list
)

Implementation

void setDisplayedList(List<PlacesModel> list) {
  _displayedList = list;
  notifyListeners();
}