Template.edit constructor

Template.edit(
  1. String code,
  2. String name,
  3. TemplateWidgetType widgetType,
  4. dynamic value, {
  5. bool editable = true,
})

Implementation

Template.edit(this.code, this.name, this.widgetType, this.value, {this.editable = true});