coreValue property

  1. @visibleForTesting
RT_RelationshipRole coreValue

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,
    };