UvarFilter constructor

UvarFilter({
  1. bool? complement,
  2. String? index,
  3. String? kind,
  4. String? match,
  5. List<String>? values,
})

Implementation

UvarFilter({
  this.complement,
  this.index,
  this.kind,
  this.match,
  this.values,
});