isDoc property

bool get isDoc

Document regex

Implementation

bool get isDoc => hasMatch(this, Patterns.doc);