toJson method

Map<String, dynamic> toJson()

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,
  };
}