errorCode property Null safety

int? errorCode
read / write

If this FetchException occured due to an OSError then this contains the underlying error.

Implementation

int? errorCode;