StringLintRule constructor
const
StringLintRule(
- ConfigModel config
Creates an instance of StringLintRule with the given config
.
Implementation
const StringLintRule(this.config)
: super(
code: const LintCode(name: '', problemMessage: ''),
);