LayoutPlaceholderIdMapping constructor

LayoutPlaceholderIdMapping({
  1. Placeholder? layoutPlaceholder,
  2. String? layoutPlaceholderObjectId,
  3. String? objectId,
})

Implementation

LayoutPlaceholderIdMapping({
  this.layoutPlaceholder,
  this.layoutPlaceholderObjectId,
  this.objectId,
});