WebNotificationDetails constructor
const
WebNotificationDetails({})
A const constructor.
Implementation
const WebNotificationDetails({
this.actions = const <WebNotificationAction>[],
this.direction = WebNotificationDirection.auto,
this.badgeUrl,
this.iconUrl,
this.lang,
this.requireInteraction = false,
this.isSilent = false,
this.imageUrl,
this.renotify = false,
this.timestamp,
});