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