multilineComment constant

String const multilineComment

regex string to match a /....../ comment

Implementation

static const multilineComment = r'/\*(.|\n)*?\*/';