GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse constructor

GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse({
  1. String? errorCode,
  2. String? message,
  3. GoogleFirebaseAppdistroV1alphaRelease? release,
  4. String? status,
})

Implementation

GoogleFirebaseAppdistroV1alphaGetUploadStatusResponse({
  this.errorCode,
  this.message,
  this.release,
  this.status,
});