ModelRelation( {required this.id, required String name, required IdUid targetId}) : _name = name, _targetId = targetId;