osError property - FileSystemException class - dart:io library (original) (raw)
OSError?osError
final
The underlying OS error.
Can be null
if the exception is not raised due to an OS error.
Implementation
final OSError? osError;
OSError?osError
final
The underlying OS error.
Can be null
if the exception is not raised due to an OS error.
final OSError? osError;