BatchUpdatePresentationResponse constructor
BatchUpdatePresentationResponse({
- String? presentationId,
- List<
Response> ? replies, - WriteControl? writeControl,
Implementation
BatchUpdatePresentationResponse({
this.presentationId,
this.replies,
this.writeControl,
});