ReceivedNotification class

All received details of a notification created or displayed on the system The data field

Implementers

Constructors

ReceivedNotification()

Properties

actionType ActionType?
no setterinherited
autoCancel bool?
no setterinherited
autoDismissable bool?
no setterinherited
autoDismissible bool?
no setterinherited
backgroundColor Color?
no setterinherited
bigPicture String?
no setterinherited
bigPictureImage ImageProvider<Object>?
no setterinherited
bigPicturePath String?
no setterinherited
body String?
no setterinherited
bodyWithoutHtml String?
no setterinherited
category NotificationCategory?
no setterinherited
channelKey String?
no setterinherited
color Color?
no setterinherited
createdDate DateTime?
getter/setter pairinherited
createdLifeCycle NotificationLifeCycle?
getter/setter pairinherited
createdSource NotificationSource?
getter/setter pairinherited
criticalAlert bool?
no setterinherited
customSound String?
no setterinherited
displayedDate DateTime?
getter/setter pairinherited
displayedLifeCycle NotificationLifeCycle?
getter/setter pairinherited
fullScreenIntent bool?
no setterinherited
groupKey String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icon String?
no setterinherited
id int?
no setterinherited
largeIcon String?
no setterinherited
largeIconImage ImageProvider<Object>?
no setterinherited
largeIconPath String?
no setterinherited
payload Map<String, String?>?
no setterinherited
privacy NotificationPrivacy?
no setterinherited
roundedBigPicture bool?
no setterinherited
roundedLargeIcon bool?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showWhen bool?
no setterinherited
summary String?
no setterinherited
title String?
no setterinherited
titleWithoutHtml String?
no setterinherited
wakeUpScreen bool?
no setterinherited

Methods

fromMap(Map<String, dynamic> mapData) ReceivedNotification
Exports all content into a serializable object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Exports all content into a serializable object
toString() String
A string representation of this object.
inherited
validate() → void
Validates
inherited

Operators

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