ScrubOptions class
Options controlling which value-pattern scrubbers run.
Constructors
- ScrubOptions({bool sendDefaultPii = false})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sendDefaultPii → bool
-
When true, the (B) auto-PII scrubbers (email + IPv4) are DISABLED because
the user explicitly opted into shipping PII. The (A) financial/identity
scrubbers (Luhn-valid CC, hyphenated SSN) ALWAYS run regardless. Default
false = auto-PII is scrubbed.
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