The path to the file, including the file name. Return null if the file is not directly accessible.
@override String? get physicalPath => _file.path.isEmpty ? null : _file.path;