Channel constructor
Channel(
- String name
Implementation
Channel(this.name)
: isPattern = Grammar.isValidChannelPattern(name),
isMeta = name.startsWith('/meta/'),
isService = name.startsWith('/service/'),
isWildcard = name.endsWith('/**');