FetchException.fromException constructor Null safety
Create an exception from a SocketException
Implementation
FetchException.fromException(SocketException e)
: errorCode = e.osError?.errorCode,
super.fromException(e);
Create an exception from a SocketException
FetchException.fromException(SocketException e)
: errorCode = e.osError?.errorCode,
super.fromException(e);