description property

  1. @override
String get description
override

A description of the transformer.

Example: 'Strip text matching provided patterns'

Implementation

@override
// TODO: implement description
String get description => "Read messages from FastChat formatted json.";