EBSFilter constructor

EBSFilter({
  1. EBSFilterName? name,
  2. List<String>? values,
})

Implementation

EBSFilter({
  this.name,
  this.values,
});