LintPolicyResponse constructor

LintPolicyResponse({
  1. List<LintResult>? lintResults,
})

Implementation

LintPolicyResponse({this.lintResults});