KeywordFilter constructor

KeywordFilter({
  1. String? value,
})

Implementation

KeywordFilter({
  this.value,
});