RuleLinks constructor

RuleLinks({
  1. RuleLinksCategory? category,
  2. RuleLinksPlace? place,
  3. RuleLinksSelf? self,
  4. RuleLinksService? service,
})

Returns a new RuleLinks instance.

Implementation

RuleLinks({
  this.category,
  this.place,
  this.self,
  this.service,
});