PrecautionaryAllergenStatementService 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

getPrecautionaryAllergenStatementById(String id) Future<PrecautionaryAllergenStatement>
Gets the precautionary allergen statement that matches an id.
getPrecautionaryAllergenStatements() Future<List<PrecautionaryAllergenStatement>>
Gets all the precautionary allergen statements.
getProductPrecautionaryAllergenStatementsByPrecautionaryAllergenStatementId(String id) Future<List<ProductPrecautionaryAllergenStatement>>
Gets all the product precautionary allergen statement information of the precautionary allergen statement that matches an id.
getProductsByPrecautionaryAllergenStatementId(String id) Future<List<Product>>
Gets all the products of the precautionary allergen statement 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