UploadLayerPartResponse constructor

UploadLayerPartResponse({
  1. int? lastByteReceived,
  2. String? registryId,
  3. String? repositoryName,
  4. String? uploadId,
})

Implementation

UploadLayerPartResponse({
  this.lastByteReceived,
  this.registryId,
  this.repositoryName,
  this.uploadId,
});