PlatformFilter constructor

PlatformFilter({
  1. String? operator,
  2. String? type,
  3. List<String>? values,
})

Implementation

PlatformFilter({
  this.operator,
  this.type,
  this.values,
});