ActiveNotification class

Contains details on active Android notification that is currently displayed within the status bar.

Constructors

ActiveNotification(int id, String? channelId, String? title, String? body, {String? tag})
Constructs an instance of ActiveNotification.
const

Properties

body String?
The notification's content.
final
channelId String?
The notification channel's id.
final
hashCode int
The hash code for this object.
no setterinherited
id int
The notification's id.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
The notification's tag.
final
title String?
The notification's title.
final

Methods

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

Operators

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