menu
flutter_neis package
documentation
flutter_neis.dart
MealService class
MealService class
dark_mode
light_mode
MealService
class
Constructors
MealService.new
(
String
apiKey
)
Properties
apiKey
→
String
final
baseUrl
→
String
final
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
getMeals
(
{
required
String
officeCode
,
required
String
schoolCode
,
required
String
date
})
→
Future
<
List
<
MealInfo
>
>
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
flutter_neis package
documentation
flutter_neis
MealService class
flutter_neis library