buildIOS property
bool
get
buildIOS
Checks if the iOS build flag is enabled.
Implementation
bool get buildIOS => argResults?['ios'] as bool? ?? false;
Checks if the iOS build flag is enabled.
bool get buildIOS => argResults?['ios'] as bool? ?? false;