description property

  1. @override
String get description
override

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 APK or AAB, with build modes, flavors and signing.";