humanName top-level property

ConfigVariable<String> humanName
final

The human-friendly name of the package.

This is used in places where the package name is only meant to be read by humans, not used as a filename or identifier. It defaults to name.

Implementation

final humanName = InternalConfigVariable.fn<String>(() => name.value);