alternativesAsExact property

  1. @JsonKey(name: r'alternativesAsExact')
List<AlternativesAsExact>? alternativesAsExact
final

Alternatives that should be considered an exact match by the exact ranking criterion.

Implementation

@JsonKey(name: r'alternativesAsExact')
final List<AlternativesAsExact>? alternativesAsExact;