isPage property

bool get isPage

Whether this node is a page.

Implementation

bool get isPage => type == DependencyNodeType.page;