CustomRankingInfo.fromJson constructor
CustomRankingInfo.fromJson(
- Map json_
Implementation
CustomRankingInfo.fromJson(core.Map json_)
: this(
importanceLevel: json_['importanceLevel'] as core.String?,
rankingExpression: json_['rankingExpression'] as core.String?,
);