LayoutPlaceholderIdMapping constructor
      
      LayoutPlaceholderIdMapping({ 
    
    
- Placeholder? layoutPlaceholder,
- String? layoutPlaceholderObjectId,
- String? objectId,
Implementation
LayoutPlaceholderIdMapping({
  this.layoutPlaceholder,
  this.layoutPlaceholderObjectId,
  this.objectId,
});