description property

  1. @override
String description
final

A description of this command, included in usage.

Implementation

@override
final description = "The primary interaction command. This runs an"
    " orchestrated build, excluding your app, and produces a .dist folder"
    " in your workspace root with the outputs for server deployment.";