NeisClient class
Constructors
- NeisClient.new({required String apiKey})
Properties
Methods
-
fetchMeals(
{required String officeCode, required String schoolCode, required String date}) → Future< List< MealInfo> > -
fetchMealsBySchoolName(
{required String schoolName, required String date}) → Future< List< MealInfo> > -
fetchSchools(
{required String schoolName}) → Future< List< SchoolInfo> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited