AuditEngine class
Executes all registered audits.
Constructors
-
AuditEngine({required List<
Audit> audits}) -
const
Properties
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