isIntegrationFeature property

bool isIntegrationFeature

This is a hint if a feature is "Integration" or not. The only difference here is that "Integration" features are not displayed in the dependency graph (to many edges, looks ugly)

Implementation

bool get isIntegrationFeature => false;