FilterEntry constructor

FilterEntry({
  1. bool? exclude,
  2. String? type,
})

Implementation

FilterEntry({this.exclude, this.type});