FWebpushNotification class

Constructors

FWebpushNotification.new({String? title, Map<String, Object?>? customData, List<FWebpushNotificationAction>? actions, String? badge, String? body, Object? data, FWebpushNotificationDirection? dir, String? icon, String? image, String? lang, bool? renotify, bool? requireInteraction, bool? silent, String? tag, int? timestamp, List<num>? vibrate})

Properties

actions List<FWebpushNotificationAction>?
final
badge String?
final
body String?
final
customData Map<String, Object?>?
final
data Object?
final
dir FWebpushNotificationDirection?
final
hashCode int
The hash code for this object.
no setterinherited
icon String?
final
image String?
final
lang String?
final
renotify bool?
final
requireInteraction bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
silent bool?
final
tag String?
final
timestamp int?
final
title String?
final
vibrate List<num>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toModel() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited