LeanCodeLintPlugin constructor

LeanCodeLintPlugin({
  1. String name = 'leancode_lint',
  2. LeanCodeLintConfig config = const .new(),
})

Implementation

LeanCodeLintPlugin({this.name = 'leancode_lint', this.config = const .new()});