needXCodeDerivedCleaning property
bool
get
needXCodeDerivedCleaning
Checks if the XCode derived data is provided AND there is a build target for Apple devices
Implementation
bool get needXCodeDerivedCleaning => (ios != null || macos != null) && xcodeDerivedKey != null && xcodeDerivedKey!.isNotEmpty;