Ruleset constructor

Ruleset({
  1. String? attachmentPoint,
  2. String? createTime,
  3. Metadata? metadata,
  4. String? name,
  5. Source? source,
})

Implementation

Ruleset({
  this.attachmentPoint,
  this.createTime,
  this.metadata,
  this.name,
  this.source,
});