hasMultipleTargets property
bool
get
hasMultipleTargets
Whether multiple targets were discovered in the project
Implementation
bool get hasMultipleTargets => allTargets.length > 1;
Whether multiple targets were discovered in the project
bool get hasMultipleTargets => allTargets.length > 1;