LifecycleRuleFilter constructor

LifecycleRuleFilter(
  1. LifecycleRuleAndOperator? and,
  2. String? prefix,
  3. Tag? tag
)

Implementation

LifecycleRuleFilter(
  this.and,
  this.prefix,
  this.tag,
);