PublishResult constructor

PublishResult({
  1. String? url,
})

Implementation

PublishResult({
  this.url,
});