TextConfig constructor
TextConfig({
- List<
InfoTypeTransformation> ? additionalTransformations, - List<
String> ? excludeInfoTypes, - List<
InfoTypeTransformation> ? transformations,
Implementation
TextConfig({
this.additionalTransformations,
this.excludeInfoTypes,
this.transformations,
});