multilineComment constant
String
const multilineComment
regex string to match a /....../ comment
Implementation
static const multilineComment = r'/\*(.|\n)*?\*/';
regex string to match a /....../ comment
static const multilineComment = r'/\*(.|\n)*?\*/';