name property

  1. @override
String get name
override

Returns the command identifier used in CLI invocation.

This name is used when invoking the iOS build command from the command line interface, allowing users to specifically target iOS builds within the distribute CLI tool.

Implementation

@override
String get name => "ios";