Directory constructor

Directory(
  1. String path
)

Implementation

Directory(String path) : super(Uri.directory(path));