description property

  1. @override
String get description
override

Human-readable description of the Firebase command.

Provides clear explanation of the command's purpose for help documentation and user guidance. Describes the Firebase App Distribution functionality and target use cases.

Displayed in:

  • Command help output (--help)
  • CLI documentation
  • Error messages and usage instructions

Implementation

@override
String get description =>
    "Publish an Android application to Firebase App Distribution.";