BatchUpdateFormResponse constructor

BatchUpdateFormResponse({
  1. Form? form,
  2. List<Response>? replies,
  3. WriteControl? writeControl,
})

Implementation

BatchUpdateFormResponse({
  this.form,
  this.replies,
  this.writeControl,
});