pubsecNameKey property

String pubsecNameKey

the name of the script without its extension. this is used for the 'name' key in the pubspec.

Implementation

String get pubsecNameKey => p.basenameWithoutExtension(scriptName);