ProjectDetector constructor

ProjectDetector({
  1. required String assetsPath,
})

Implementation

ProjectDetector({
  required this.assetsPath,
});