name property
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";