NotificationData class

The NotificationData class for BaseMessage.notificationData. @since 4.0.7

Constructors

NotificationData({required String templateKey, required Map<String, dynamic> templateVariables, String? label, List<String>? tags})

Properties

hashCode int
The hash code for this object.
no setterinherited
label String?
label @since 4.0.7
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>
tags @since 4.0.8
getter/setter pair
templateKey String
templateKey @since 4.0.7
final
templateVariables Map<String, dynamic>
templateVariables @since 4.0.8
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