isChannel property

bool isChannel

Is CacheVersion a channel

Implementation

bool get isChannel {
  return checkIsChannel(name);
}