UrlNotificationMetadata constructor

UrlNotificationMetadata({
  1. UrlNotification? latestRemove,
  2. UrlNotification? latestUpdate,
  3. String? url,
})

Implementation

UrlNotificationMetadata({
  this.latestRemove,
  this.latestUpdate,
  this.url,
});