AckOutcome class
Result of folding acknowledgements into a check run.
Constructors
-
AckOutcome({required CheckResult result, required int suppressed, required List<
String> staleAcks})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- result → CheckResult
-
Issues that survived suppression (what the report should show and
what the exit code is computed from).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
staleAcks
→ List<
String> -
Ack ids that fired again because their fingerprint drifted. Sorted.
final
- suppressed → int
-
How many issues a valid ack hid this run.
final
Methods
-
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