AssetsDetector constructor

AssetsDetector({
  1. required int randomStringLength,
  2. required String assetsPath,
  3. List<String>? excludePath,
})

Implementation

AssetsDetector({
  required this.randomStringLength,
  required this.assetsPath,
  this.excludePath,
});