Transformer constructor

Transformer(
  1. String type, {
  2. TransformerConfig? config,
})

Implementation

Transformer(this.type, {this.config});