FilterRule constructor

FilterRule(
  1. String? name,
  2. String? value
)

Implementation

FilterRule(
  this.name,
  this.value,
);