favourite business fix
This commit is contained in:
parent
22ae804c2d
commit
5289cf8511
2 changed files with 116 additions and 101 deletions
|
|
@ -10,7 +10,7 @@ class MzansiDirectoryProvider extends ChangeNotifier {
|
|||
String userLocation;
|
||||
bool personalSearch;
|
||||
List<BookmarkedBusiness> bookmarkedBusinesses = [];
|
||||
List<Business> favouriteBusinessesList = [];
|
||||
List<Business>? favouriteBusinessesList;
|
||||
List<Business>? searchedBusinesses;
|
||||
Business? selectedBusiness;
|
||||
List<AppUser>? searchedUsers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue