name property

  1. @override
String get name
override

The name of the build command.

Implementation

@override

/// The name of the `build` command.
String get name => "build";