stopwords property

  1. @JsonKey.new(name: r'stopwords')
Map<String, bool>? stopwords
final

Key-value pair of a language ISO code and a boolean value.

Implementation

@JsonKey(name: r'stopwords')
final Map<String, bool>? stopwords;