UploaderResponse<T> constructor

UploaderResponse<T>(
  1. int responseCode,
  2. T? data,
  3. UploadError? error,
  4. String? rawResponse,
)

Implementation

UploaderResponse(this.responseCode, this.data, this.error, this.rawResponse);