alternatives property

  1. @JsonKey(name: r'alternatives')
bool? alternatives
final

Whether the pattern matches on plurals, synonyms, and typos.

Implementation

@JsonKey(name: r'alternatives')
final bool? alternatives;