thereIsNoVersionInPubspecyamlFile constant

String const thereIsNoVersionInPubspecyamlFile

Implementation

static const String thereIsNoVersionInPubspecyamlFile =
    'The pubspec.yaml file for this project does not define a version. '
    'Versions are used by Test Sweets to keep track of builds. Please add a version for this app.';