buildIOS property

bool get buildIOS

Checks if the iOS build flag is enabled.

Implementation

bool get buildIOS => argResults?['ios'] as bool? ?? false;