AuditEngine class

Executes all registered audits.

Constructors

AuditEngine({required List<Audit> audits})
const

Properties

audits List<Audit>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(ProjectContext context) Future<List<AuditRunResult>>
Runs all audits and returns their results, paired with the audit that produced each one.
toString() String
A string representation of this object.
inherited

Operators

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