TemplateDescriber constructor

TemplateDescriber(
  1. String nameSpace, {
  2. List<Prop>? properties,
  3. List<Func>? functions,
  4. List<Evt>? events,
  5. int version = 0,
})

Implementation

TemplateDescriber(this.nameSpace,
    {this.properties, this.functions, this.events, this.version = 0});