WebNotification constructor

WebNotification({
  1. WebUri? badgeUri,
  2. String? body,
  3. WebUri? bodyImageUri,
  4. TextDirectionKind? direction,
  5. WebUri? iconUri,
  6. bool? isSilent,
  7. String? language,
  8. bool? requiresInteraction,
  9. bool? shouldRenotify,
  10. String? tag,
  11. double? timestamp,
  12. String? title,
  13. List<int>? vibrationPattern,
})

Implementation

WebNotification({
  this.badgeUri,
  this.body,
  this.bodyImageUri,
  this.direction,
  this.iconUri,
  this.isSilent,
  this.language,
  this.requiresInteraction,
  this.shouldRenotify,
  this.tag,
  this.timestamp,
  this.title,
  this.vibrationPattern,
});