FetchException.fromHttpError constructor Null safety
Create a FetchException as the result of a HTTP error.
Implementation
FetchException.fromHttpError(this.errorCode, String reasonPhrase)
: super(reasonPhrase);
Create a FetchException as the result of a HTTP error.
FetchException.fromHttpError(this.errorCode, String reasonPhrase)
: super(reasonPhrase);