BatchUpdatePresentationResponse constructor

BatchUpdatePresentationResponse({
  1. String? presentationId,
  2. List<Response>? replies,
  3. WriteControl? writeControl,
})

Implementation

BatchUpdatePresentationResponse({
  this.presentationId,
  this.replies,
  this.writeControl,
});