help property

  1. @override
String help
override

命令帮助文本

Implementation

@override
String get help => '''
The numeric version number of the application to be built.
You can find it in the "pubspec.yaml" file, similar to "1.0.0+1."
''';