order property

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

Explicit order of facets or facet values. This setting lets you always show specific facets or facet values at the top of the list.

Implementation

@JsonKey(name: r'order')
final List<String>? order;