toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final layoutPlaceholder = this.layoutPlaceholder;
  final layoutPlaceholderObjectId = this.layoutPlaceholderObjectId;
  final objectId = this.objectId;
  return {
    'layoutPlaceholder': ?layoutPlaceholder,
    'layoutPlaceholderObjectId': ?layoutPlaceholderObjectId,
    'objectId': ?objectId,
  };
}