FilterPair constructor

FilterPair({
  1. String? type,
  2. String? value,
})

Implementation

FilterPair({this.type, this.value});