toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final insertionIndex = this.insertionIndex;
final objectId = this.objectId;
final placeholderIdMappings = this.placeholderIdMappings;
final slideLayoutReference = this.slideLayoutReference;
return {
'insertionIndex': ?insertionIndex,
'objectId': ?objectId,
'placeholderIdMappings': ?placeholderIdMappings,
'slideLayoutReference': ?slideLayoutReference,
};
}