modelCacheKey property

String modelCacheKey

The cache key for the published model.

Implementation

String get modelCacheKey => switch (this) {
      PublishSource.publish => publishModelCacheKey,
      PublishSource.preview => previewModelCacheKey,
      PublishSource.template => templateModelCacheKey,
    };