Template constructor

Template(
  1. String code,
  2. String name,
  3. TemplateWidgetType widgetType,
  4. dynamic value,
  5. dynamic text,
  6. bool editable,
)

Implementation

Template(this.code, this.name, this.widgetType, this.value, this.text, this.editable);