isEmpty property

bool get isEmpty

Implementation

bool get isEmpty =>
    errors.isEmpty && lintErrors.isEmpty && lintWarnings.isEmpty;