BaseLintRule constructor
BaseLintRule(
- LintCode code, {
- bool testOnly = false,
Implementation
BaseLintRule(LintCode code, {bool testOnly = false})
: _testOnly = testOnly,
super(code: code);