customRanking property
Specifies the Custom ranking criterion. Use the asc
and desc
modifiers to specify the ranking order: ascending or descending.
Implementation
@JsonKey(name: r'customRanking')
final List<String>? customRanking;
Specifies the Custom ranking criterion. Use the asc
and desc
modifiers to specify the ranking order: ascending or descending.
@JsonKey(name: r'customRanking')
final List<String>? customRanking;