lintResults property

List<LintResult>? lintResults
getter/setter pair

List of lint results sorted by severity in descending order.

Implementation

core.List<LintResult>? lintResults;