PackageInfo constructor

PackageInfo({
  1. required String name,
  2. required String path,
})

Implementation

PackageInfo({required this.name, required this.path});