RelatedEntity constructor

RelatedEntity({
  1. Entity? entity,
})

Implementation

RelatedEntity({
  this.entity,
});