osError property - SocketException class - dart:io library (original) (raw)

description

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;