wildcardPattern property

Channel get wildcardPattern

Get the wildcard pattern for this channel

Implementation

Channel get wildcardPattern {
  if (isPattern) return this;
  return Channel('$name/*');
}