ConversationTransformer constructor

const ConversationTransformer(
  1. Map config, {
  2. String stepDescription = '',
  3. ProgressBloc? progress,
  4. PackedDataCache? cache,
})

Construct a new transformer with the given configuration.

Implementation

const ConversationTransformer(this.config,
    {this.stepDescription = '', this.progress, this.cache});