pubspecPath property

  1. @MappableField()
String pubspecPath

Returns the path of the pubspec.yaml file.

Implementation

@MappableField()
String get pubspecPath => join(path, 'pubspec.yaml');