ExportProjectResult constructor

ExportProjectResult({
  1. String? downloadUrl,
  2. String? shareUrl,
  3. String? snapshotId,
})

Implementation

ExportProjectResult({
  this.downloadUrl,
  this.shareUrl,
  this.snapshotId,
});