name property

String name
final

The name of this Module.

This is not necessarily the same as the instance name in generated code. For that, see uniqueInstanceName. If you set reserveName, then it is guaranteed to match or else the build will fail.

Implementation

final String name;