ExportBundleResult constructor

ExportBundleResult({
  1. String? downloadUrl,
})

Implementation

ExportBundleResult({
  this.downloadUrl,
});