HttpResult<T>.exception constructor

HttpResult<T>.exception(
  1. dynamic _exception
)

Implementation

HttpResult.exception(this._exception)
    : _response = null,
      _data = null;