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