1. <a class="" href="dart-core/Deprecated-class.html">Deprecated</a>("Internal Use Only")
DirectoryEntry internalCreateDirectoryEntry()

Not documented.

Source

@Deprecated("Internal Use Only")
static DirectoryEntry internalCreateDirectoryEntry() {
  return new DirectoryEntry._internalWrap();
}