description property

  1. @override
String get description
override

Provides a description of the build command.

Implementation

@override

/// Provides a description of the `build` command.
String get description => "Build the apps";