DownloadModelResponse constructor

DownloadModelResponse({
  1. String? downloadUri,
  2. String? expireTime,
  3. String? modelFormat,
  4. String? sizeBytes,
})

Implementation

DownloadModelResponse({
  this.downloadUri,
  this.expireTime,
  this.modelFormat,
  this.sizeBytes,
});