SdkResponse constructor

SdkResponse({
  1. Uint8List? body,
  2. String? contentDisposition,
  3. String? contentType,
})

Implementation

SdkResponse({
  this.body,
  this.contentDisposition,
  this.contentType,
});