osError property - SocketException class - dart:io library (original) (raw)
OSError?osError
final
The underlying OS error.
If this exception is not thrown due to an OS error, the value is null
.
Implementation
final OSError? osError;
OSError?osError
final
The underlying OS error.
If this exception is not thrown due to an OS error, the value is null
.
final OSError? osError;