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