hashComment constant
String
const hashComment
regex string to match a single line hash comment
Implementation
static const hashComment = r'#.*';
regex string to match a single line hash comment
static const hashComment = r'#.*';