WebApiLogicAppFuncCustomFormModel constructor

WebApiLogicAppFuncCustomFormModel({
  1. String? baseForm,
  2. String? customFormId,
  3. String? description,
  4. bool? thisUserOnly,
  5. String? html,
  6. String? assignTo,
})

Implementation

WebApiLogicAppFuncCustomFormModel({
  this.baseForm,
  this.customFormId,
  this.description,
  this.thisUserOnly,
  this.html,
  this.assignTo,
});