MarketVerticalService class

Constructors

MarketVerticalService({required ApetitoProductApiClientContext context})

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

getMarketVerticalById(String id) Future<MarketVertical>
Gets the market vertical that matches an id.
getMarketVerticals() Future<List<MarketVertical>>
Gets all the market verticals.
getProductGroupMarketVerticalsByMarketVerticalId(String id) Future<List<ProductGroupMarketVertical>>
Gets all the product group market vertical information of the market vertical that matches an id.
getProductGroupsByMarketVerticalId(String id) Future<List<ProductGroup>>
Gets all the product groups of the market vertical 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