CreateSlideRequest constructor
CreateSlideRequest({
- int? insertionIndex,
- String? objectId,
- List<
LayoutPlaceholderIdMapping> ? placeholderIdMappings, - LayoutReference? slideLayoutReference,
Implementation
CreateSlideRequest({
this.insertionIndex,
this.objectId,
this.placeholderIdMappings,
this.slideLayoutReference,
});