isDoc property

bool get isDoc

Document regex

Implementation

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