File constructor

File(
  1. String path
)

Implementation

File(String path) : super(Uri.parse(path));