MealCategorisationService class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getMealCategorisationById(String id) Future<MealCategorisation>
Gets the meal categorisation that matches an id.
getMealCategorisations() Future<List<MealCategorisation>>
Gets all the meal categorisations.
getProductGroupMealCategorisationsByMealCategorisationId(String id) Future<List<ProductGroupMealCategorisation>>
Gets all the product group meal categorisation information of the meal categorisation that matches an id.
getProductGroupsByMealCategorisationId(String id) Future<List<ProductGroup>>
Gets all the product groups of the meal categorisation that matches an id.
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