CreateSlideResponse constructor

CreateSlideResponse({
  1. String? objectId,
})

Implementation

CreateSlideResponse({
  this.objectId,
});