isReply property Null safety
Whether the event name is an 'reply' event
Implementation
bool get isReply =>
value.startsWith(__chanReplyEventName) ||
value.startsWith(__replyEventName);
Whether the event name is an 'reply' event
bool get isReply =>
value.startsWith(__chanReplyEventName) ||
value.startsWith(__replyEventName);