TagFilter constructor

TagFilter({
  1. String? key,
  2. TagFilterType? type,
  3. String? value,
})

Implementation

TagFilter({
  this.key,
  this.type,
  this.value,
});