FilteringAttribute constructor

FilteringAttribute({
  1. String? attribute,
  2. String? description,
  3. bool? pathPatternSupported,
  4. bool? required,
})

Implementation

FilteringAttribute({
  this.attribute,
  this.description,
  this.pathPatternSupported,
  this.required,
});