getAllGames method
Implementation
List<CustomerPlaceContent> getAllGames() {
return tourContents.where((content) => content.getTemplate().isGame).toList();
}
List<CustomerPlaceContent> getAllGames() {
return tourContents.where((content) => content.getTemplate().isGame).toList();
}