osError property Null safety

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;