NotificationEvent class

Data object for each notification event.

Constructors

NotificationEvent({String? packageName, String? title, String? message, DateTime? timeStamp})
NotificationEvent.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
The message in the notification.
getter/setter pair
packageName String?
The name of the package sending the notification.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeStamp DateTime?
The timestamp of the notification.
getter/setter pair
title String?
The title of the notification.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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