CFetchResponse constructor

CFetchResponse(
  1. dynamic data,
  2. int status,
  3. String statusText
)

Constructs the CFetchResponse object.

Implementation

CFetchResponse(this.data, this.status, this.statusText);