WebApiLogicAppFuncCustomFormsResponse constructor

WebApiLogicAppFuncCustomFormsResponse({
  1. List<WebApiLogicAppFuncCustomFormModel>? customForms,
})

Implementation

WebApiLogicAppFuncCustomFormsResponse({
  this.customForms,
});