path property
String
get
path
The effective relative file path for the file.
Implementation
String get path => newPath ?? oldPath ?? '';
The effective relative file path for the file.
String get path => newPath ?? oldPath ?? '';