hasWeb property
bool
get
hasWeb
Whether the consumer declared the web leg (with + without targets).
Implementation
bool get hasWeb => webWith != null && webWithout != null;
Whether the consumer declared the web leg (with + without targets).
bool get hasWeb => webWith != null && webWithout != null;