description property

  1. @override
String get description
override

Provides a comprehensive description of the custom build command.

Returns a detailed explanation of the command's purpose, flexibility, and capabilities for creating customized build workflows that extend beyond standard platform builds with user-defined configurations.

Implementation

@override
String get description =>
    "Build with a binary type and arguments you supply yourself.";