name property

  1. @override
String get name
override

Returns the command identifier used in CLI invocation.

This name is used when invoking the custom build command from the command line interface, allowing users to access flexible build capabilities within the distribute CLI tool.

Implementation

@override
String get name => "custom";