🚸 Increase page size of once query
This commit is contained in:
@@ -134,7 +134,7 @@ class FoodSearchCriteria {
|
||||
numberOfResultsPerPage: json["numberOfResultsPerPage"],
|
||||
pageSize: json["pageSize"],
|
||||
requireAllWords: json["requireAllWords"],
|
||||
foodTypes: List<FoodType>.from(
|
||||
foodTypes: List<FoodType?>.from(
|
||||
json["foodTypes"]?.map((x) => typeValues.map[x]) ?? List.empty()),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user