childLink method Null safety
- String basename
Returns a reference to a Link that exists as a child of this directory
and has the specified basename
.
Implementation
Link childLink(String basename);
Returns a reference to a Link that exists as a child of this directory
and has the specified basename
.
Link childLink(String basename);