BaseDj constructor

const BaseDj({
  1. required String path,
  2. required DirectoryDj node,
  3. bool overwite = false,
})

Implementation

const BaseDj({
  required this.path,
  required this.node,
  this.overwite = false,
});