InspectionVisibility class
Constructors
- InspectionVisibility.new()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
extractPjNrFromRequest(
RequestData? rd) → String? -
filterVisibleFailedRequests(
List< (String, RequestData?)> requests) → Future<List< (String, RequestData?)> > -
getHiddenInspections(
) → Future< Map< String, HiddenInspectionEntry> > -
getHiddenPjNrs(
) → Future< Set< String> > -
hideInspection(
InspectionLocation inspection) → Future< void> -
isHiddenPjNr(
String? pjNr) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFailedRequestsForHiddenInspections(
) → Future< void> -
removeFailedRequestsForInspection(
String pjNr) → Future< void> -
restoreInspection(
String pjNr) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited