Templates constructor

Templates(
  1. List<String> templates,
  2. DynamicToken token, {
  3. TemplateVars? vars,
})

Implementation

Templates(this.templates, DynamicToken token, {this.vars})
    : super(token.name, token.enums ?? const []);