DirectoryDeletedException constructor

DirectoryDeletedException({
  1. String? message,
})

Implementation

DirectoryDeletedException({
  this.message,
});