MorphRelation constructor
MorphRelation({})
Implementation
MorphRelation({
required super.related,
required super.parent,
required this.morphKey,
required this.morphType,
this.pivotTable,
this.relatedMorphKey,
super.localKey = 'id',
this.type,
});