UrlNotification constructor

UrlNotification({
  1. String? notifyTime,
  2. String? type,
  3. String? url,
})

Implementation

UrlNotification({
  this.notifyTime,
  this.type,
  this.url,
});