standaloneName top-level property

ConfigVariable<String> standaloneName
final

The name of the standalone package.

This defaults to name.

Implementation

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