IgnoreConfig constructor

const IgnoreConfig({
  1. Set<String> auditIds = const {},
  2. Set<String> issueIds = const {},
  3. List<String> filePatterns = const [],
})

Implementation

const IgnoreConfig({
  this.auditIds = const {},
  this.issueIds = const {},
  this.filePatterns = const [],
});