path property Null safety
final
The file system path on which the error occurred.
Can be null
if the exception does not relate directly
to a file system path.
Implementation
final String? path;
The file system path on which the error occurred.
Can be null
if the exception does not relate directly
to a file system path.
final String? path;