GoogleHTTPResponse<BodyType> constructor

const GoogleHTTPResponse<BodyType>(
  1. BaseResponse base,
  2. BodyType? body, {
  3. GoogleErrorResponse? error,
  4. dynamic extraData,
})

Implementation

const GoogleHTTPResponse(this.base, this.body, {this.error, this.extraData});