coreValue property

  1. @visibleForTesting
RT_AttachmentSyncDirection coreValue

Implementation

@visibleForTesting
RT_AttachmentSyncDirection get coreValue => switch (this) {
      none => RT_AttachmentSyncDirection.RT_AttachmentSyncDirection_none,
      upload => RT_AttachmentSyncDirection.RT_AttachmentSyncDirection_upload,
      bidirectional =>
        RT_AttachmentSyncDirection.RT_AttachmentSyncDirection_bidirectional,
    };