TextConfig class

Constructors

TextConfig({List<InfoTypeTransformation>? additionalTransformations, List<String>? excludeInfoTypes, List<InfoTypeTransformation>? transformations})
TextConfig.fromJson(Map json_)

Properties

additionalTransformations List<InfoTypeTransformation>?
Transformations to apply to the detected data, overridden by exclude_info_types.
getter/setter pair
excludeInfoTypes List<String>?
InfoTypes to skip transforming, overriding additional_transformations.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformations List<InfoTypeTransformation>?
The transformations to apply to the detected data.
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