LinkedEntity constructor

LinkedEntity({
  1. String? entityId,
})

Implementation

LinkedEntity({
  this.entityId,
});