doubleSlashComment constant
String
const doubleSlashComment
regex string to match a single line double slash comment
Implementation
static const doubleSlashComment = r'//.*';
regex string to match a single line double slash comment
static const doubleSlashComment = r'//.*';