physicalPath property

  1. @override
String? get physicalPath
override

The path to the file, including the file name. Return null if the file is not directly accessible.

Implementation

@override
String? get physicalPath => _info.path;