StringLintRule constructor

const StringLintRule(
  1. ConfigModel config
)

Creates an instance of StringLintRule with the given config.

Implementation

const StringLintRule(this.config)
    : super(
        code: const LintCode(name: '', problemMessage: ''),
      );