isPage property
bool
get
isPage
Whether this node is a page.
Implementation
bool get isPage => type == DependencyNodeType.page;
Whether this node is a page.
bool get isPage => type == DependencyNodeType.page;