UrlNotificationMetadata constructor
UrlNotificationMetadata({
- UrlNotification? latestRemove,
- UrlNotification? latestUpdate,
- String? url,
Implementation
UrlNotificationMetadata({
this.latestRemove,
this.latestUpdate,
this.url,
});