description property

  1. @override
String get description
override

The description of the build command shown in help text

Implementation

@override
String get description =>
    "Build the application using the selected platform or custom configuration.";