coreValue property

  1. @visibleForTesting
RT_CacheStorageFormat coreValue

Implementation

@visibleForTesting
RT_CacheStorageFormat get coreValue => switch (this) {
      compact => RT_CacheStorageFormat.RT_CacheStorageFormat_compact,
      compactV2 => RT_CacheStorageFormat.RT_CacheStorageFormat_compactV2,
      exploded => RT_CacheStorageFormat.RT_CacheStorageFormat_exploded,
      unknown => RT_CacheStorageFormat.RT_CacheStorageFormat_unknown,
    };