isChannelReply property

bool isChannelReply

Whether the event name is a 'channel reply' event

Implementation

bool get isChannelReply =>
    value.startsWith(__chanReplyEventName);