description property

  1. @override
String get description
override

A description of the transformer.

Example: 'Strip text matching provided patterns'

Implementation

@override
String get description =>
    "Effectively strips character codes not present in the specified encoding. Does not affect output encoding.";