PubSpecDetails constructor

PubSpecDetails(
  1. PubSpec pubspec,
  2. String path
)

Implementation

PubSpecDetails(this.pubspec, this.path);