ConversationTransformer constructor
const
ConversationTransformer(
- Map config, {
- String stepDescription = '',
- ProgressBloc? progress,
- PackedDataCache? cache,
Construct a new transformer with the given configuration.
Implementation
const ConversationTransformer(this.config,
{this.stepDescription = '', this.progress, this.cache});