Placeholder constructor

Placeholder({
  1. int? index,
  2. String? parentObjectId,
  3. String? type,
})

Implementation

Placeholder({
  this.index,
  this.parentObjectId,
  this.type,
});