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