RulePatch constructor

RulePatch({
  1. String? category,
  2. String? service,
})

Returns a new RulePatch instance.

Implementation

RulePatch({
  this.category,
  this.service,
});