hasWeb property

bool get hasWeb

Whether the consumer declared the web leg (with + without targets).

Implementation

bool get hasWeb => webWith != null && webWithout != null;