Templates constructor
Templates(
- List<
String> templates, - DynamicToken token, {
- TemplateVars? vars,
Implementation
Templates(this.templates, DynamicToken token, {this.vars})
: super(token.name, token.enums ?? const []);