DirectoryServer constructor

DirectoryServer({
  1. required String path,
})

Implementation

DirectoryServer({
  required this.path,
});