TextConfig constructor

TextConfig({
  1. List<InfoTypeTransformation>? additionalTransformations,
  2. List<String>? excludeInfoTypes,
  3. List<InfoTypeTransformation>? transformations,
})

Implementation

TextConfig({
  this.additionalTransformations,
  this.excludeInfoTypes,
  this.transformations,
});