remove property

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

Words to remove from the search query.

Implementation

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