isChannel property

bool get isChannel

Is CacheVersion a channel

Implementation

bool get isChannel {
  return checkIsChannel(name);
}