coreValue property
Implementation
@visibleForTesting
RT_RelationshipRole get coreValue => switch (this) {
destination => RT_RelationshipRole.RT_RelationshipRole_destination,
origin => RT_RelationshipRole.RT_RelationshipRole_origin,
_unknown => RT_RelationshipRole.RT_RelationshipRole_unknown,
};