CheckResult class

Constructors

CheckResult({required List<Issue> issues})

Properties

hashCode int
The hash code for this object.
no setterinherited
issues List<Issue>
Every issue produced by every rule, flat. Report formatting groups these as it sees fit.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

failing({required bool strict, required bool strictLength}) Iterable<Issue>
Issues that map to a non-zero exit code under strict.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited