Notification class abstract
@ingroup navigine_dart_classes @ingroup navigine_dart_secondary_classes
@brief Class is used for working with the notifications and storing its data.
Referenced from: @see NotificationListener "NotificationListener".
- Implemented types
- Implementers
Constructors
Properties
- content → String
-
@brief notification's content.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
@brief notification's unique identifier.
no setter
- imageUrl → String?
-
@brief notification's image url if specified.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
@brief notification's title.
no setter
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