RankingService class

Constructors

RankingService({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

getProductGroupRankingsByRankingId(String id) Future<List<ProductGroupRanking>>
Gets all the product group ranking information of the ranking that matches an id.
getProductGroupsByRankingId(String id) Future<List<ProductGroup>>
Gets all the product groups of the ranking that matches an id.
getRankingById(String id) Future<Ranking>
Gets the ranking that matches an id.id:
getRankings() Future<List<Ranking>>
Gets all the rankings.
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