RuleInfo constructor

RuleInfo({
  1. String? displayName,
  2. String? resourceName,
})

Implementation

RuleInfo({
  this.displayName,
  this.resourceName,
});