isHubBasedProject property
bool
get
isHubBasedProject
Whether this is a Hub-based project configuration.
Implementation
bool get isHubBasedProject =>
subscriptionId != null &&
resourceGroupName != null &&
projectName != null &&
endpoint == null;