pubspecString property
String
get
pubspecString
Returns the current project's raw pubspec.yaml contents.
Implementation
static String get pubspecString => _pubspecFile.readAsStringSync();
Returns the current project's raw pubspec.yaml contents.
static String get pubspecString => _pubspecFile.readAsStringSync();