DirectoryEntry constructor

DirectoryEntry({
  1. required String name,
  2. required EntryType entryType,
})

Implementation

DirectoryEntry({
  required this.name,
  required this.entryType,
});