matches method

bool matches(
  1. Channel channel
)

Check if this subscription matches a channel

Implementation

bool matches(Channel channel) {
  return this.channel.matchesChannel(channel);
}