pubspecString property

String get pubspecString

Returns the current project's raw pubspec.yaml contents.

Implementation

static String get pubspecString => _pubspecFile.readAsStringSync();