regExpAnyComment property
Implementation
static final regExpAnyComment = RegExp([
hashComment,
doubleSlashComment,
multilineComment,
xmlComment
].join('|'));
static final regExpAnyComment = RegExp([
hashComment,
doubleSlashComment,
multilineComment,
xmlComment
].join('|'));