customRanking property

  1. @JsonKey(name: r'customRanking')
List<String>? customRanking
final

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;