xmlComment constant

String const xmlComment

regex string to match a xml comment for ex.

Implementation

static const xmlComment = r'<!--(.|\n)*?-->';