osError property Null safety
final
The underlying OS error.
If this exception is not thrown due to an OS error, the value is null
.
Implementation
final OSError? osError;
The underlying OS error.
If this exception is not thrown due to an OS error, the value is null
.
final OSError? osError;