PushNotificationConfig class
Configuration for setting up push notifications for task updates.
Constructors
- PushNotificationConfig({AuthenticationInfo? authentication, String? id, String? token, String? url})
- PushNotificationConfig.fromJson(Map json_)
Properties
- authentication ↔ AuthenticationInfo?
-
Information about the authentication to sent with the notification
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
A unique identifier (e.g. UUID) for this push notification.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String?
-
Token unique for this task/session
getter/setter pair
- url ↔ String?
-
Url to send the notification too
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited