CreateSlideRequest constructor

CreateSlideRequest({
  1. int? insertionIndex,
  2. String? objectId,
  3. List<LayoutPlaceholderIdMapping>? placeholderIdMappings,
  4. LayoutReference? slideLayoutReference,
})

Implementation

CreateSlideRequest({
  this.insertionIndex,
  this.objectId,
  this.placeholderIdMappings,
  this.slideLayoutReference,
});