FetchResponse constructor

FetchResponse(
  1. Uint8List data,
  2. int statusCode
)

Implementation

FetchResponse(this.data, this.statusCode);