SensitiveData constructor
const
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,
Implementation
const SensitiveData({
required this.path,
this.id,
this.whereDescription,
this.createTimeStampType,
this.field,
this.isBatch,
this.isMerge,
this.isTransaction,
this.limit,
this.mergeFields,
this.searchField,
this.searchTerm,
this.searchTermType,
this.type,
this.updateTimeStampType,
this.data,
});