isDoc property

bool isDoc

Document regex

Implementation

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