CustomRankingInfo constructor

CustomRankingInfo({
  1. String? importanceLevel,
  2. String? rankingExpression,
})

Implementation

CustomRankingInfo({
  this.importanceLevel,
  this.rankingExpression,
});