Explicitly return null

This commit is contained in:
Roland Geider
2023-02-08 16:51:17 +01:00
parent 31f840d586
commit e377db76fa

View File

@@ -68,6 +68,7 @@ class NutritionPlansProvider with ChangeNotifier {
if (_plans.isNotEmpty) {
return _plans.first;
}
return null;
}
NutritionalPlan findById(int id) {