SensitiveFieldMatcher class
Matches sensitive keys and/or path segments.
Constructors
-
SensitiveFieldMatcher({Set<
String> ? extraKeys}) -
Creates a matcher with optional
extraKeysto extend the defaults.
Properties
Methods
-
matches(
String key) → bool - Returns true if the immediate key is sensitive.
-
matchesAny(
Iterable< String> pathSegments) → bool - Returns true if any path segment is sensitive.
-
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