doubleSlashComment constant

String const doubleSlashComment

regex string to match a single line double slash comment

Implementation

static const doubleSlashComment = r'//.*';