coreValue property

  1. @visibleForTesting
RT_JobMessageSource coreValue

Implementation

@visibleForTesting
RT_JobMessageSource get coreValue => switch (this) {
      client => RT_JobMessageSource.RT_JobMessageSource_client,
      service => RT_JobMessageSource.RT_JobMessageSource_service,
    };