channelMentionRegex property

RegExp channelMentionRegex
final

Matches channel mention

Implementation

static final channelMentionRegex = RegExp(r"<#(\d+)>");