buildForArchiving property

bool? buildForArchiving

Whether or not to build this target when building for Archiving

Implementation

bool? get buildForArchiving => get('buildForArchiving');
void buildForArchiving=(bool? value)

Implementation

set buildForArchiving(bool? value) => set('buildForArchiving', value);