description property
Provides a comprehensive description of the Android build command.
Returns a detailed explanation of the command's purpose and capabilities, including supported build types, configuration options, and expected behavior for Android application builds.
Implementation
@override
String get description =>
"Build an Android application using the specified configuration and options provided in the arguments. "
"Supports APK and AAB generation with customizable build modes, flavors, signing configurations, "
"and output specifications for creating production-ready Android applications.";