SensitiveData class
Sensitive data model
Constructors
-
SensitiveData({required String path, String? id, String? whereDescription, TimestampType? createTimeStampType, String? field, bool? isBatch, bool? isMerge, bool? isTransaction, int? limit, List<
FieldPath> ? mergeFields, String? searchField, String? searchTerm, SearchTermType? searchTermType, String? type, TimestampType? updateTimeStampType, Object? data}) -
const
Properties
- createTimeStampType → TimestampType?
-
final
- data → Object?
-
final
- field → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
- isBatch → bool?
-
final
- isMerge → bool?
-
final
- isTransaction → bool?
-
final
- limit → int?
-
final
-
mergeFields
→ List<
FieldPath> ? -
final
- path → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchField → String?
-
final
- searchTerm → String?
-
final
- searchTermType → SearchTermType?
-
final
- type → String?
-
final
- updateTimeStampType → TimestampType?
-
final
- whereDescription → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited