projectName property
String
get
projectName
Returns the current project's package name.
Implementation
static String get projectName => _mapName.value ?? '';
Returns the current project's package name.
static String get projectName => _mapName.value ?? '';