NotificationEvent class
Constructors
-
NotificationEvent({required String event, required String origin, required String timestamp, required String from, required List<
String> to, required String notifID, required NotificationChannel channel, required NotificationMeta meta, required NotificationMessage message, NotificationConfig? config, NotificationAdvanced? advanced, required String source, NotificationRawData? raw})
Properties
- advanced → NotificationAdvanced?
-
final
- channel → NotificationChannel
-
final
- config → NotificationConfig?
-
final
- event → String
-
final
- from → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → NotificationMessage
-
final
- meta → NotificationMeta
-
final
- notifID → String
-
final
- origin ↔ String
-
getter/setter pair
- raw → NotificationRawData?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String
-
final
- timestamp → String
-
final
-
to
→ List<
String> -
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