ClassAnonymizationSettings class

ClassAnonymizationSettings is used to anonymize specific documents and fields. It can be modified with countries, regions, document types and document fields. See Country, Region, Type and FieldType objects to get more information which fields can be anonymized. Setting is taken into account if AnonymizationMode is set to ImageOnly,ResultFieldsOnly or FullResult.

Annotations
  • @JsonSerializable()

Properties

country Country?
getter/setter pair
fields List<FieldType>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
region Region?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited