Creates a matcher with optional extraKeys to extend the defaults.
extraKeys
SensitiveFieldMatcher({Set<String>? extraKeys}) : keys = _defaultSensitiveKeys.union(extraKeys ?? const {});