ModelRelation constructor
ModelRelation({})
Implementation
ModelRelation(
{required this.id,
required String name,
required IdUid targetId,
this.externalName,
this.externalType})
: _name = name,
_targetId = targetId,
uidRequest = false;