osError property

  1. @override
OSError? osError
final

The underlying OS error.

If this exception is not thrown due to an OS error, the value is null.

Implementation

@override
final OSError? osError = null;