buildAndroid property

bool get buildAndroid

Checks if the Android build flag is enabled.

Implementation

bool get buildAndroid => argResults?['android'] as bool? ?? true;