PathQueryOptionsFilter constructor

PathQueryOptionsFilter({
  1. String? filter,
  2. String? match,
  3. List<String>? values,
})

Implementation

PathQueryOptionsFilter({
  this.filter,
  this.match,
  this.values,
});