hashComment constant

String const hashComment

regex string to match a single line hash comment

Implementation

static const hashComment = r'#.*';