BatchUpdateFormRequest constructor

BatchUpdateFormRequest({
  1. bool? includeFormInResponse,
  2. List<Request>? requests,
  3. WriteControl? writeControl,
})

Implementation

BatchUpdateFormRequest({
  this.includeFormInResponse,
  this.requests,
  this.writeControl,
});