Transformer constructor
Transformer(
- String type, {
- TransformerConfig? config,
Implementation
Transformer(this.type, {this.config});
Transformer(this.type, {this.config});