PackageInfo constructor

PackageInfo(
  1. String filePath
)

Implementation

PackageInfo(this.filePath) : _data = _getData(filePath);