PushNotificationPayload class
Push notification payload
Constructors
-
PushNotificationPayload({required String titleMobile, required String createdAt, required String linkMobile, Map<
String, dynamic> ? data}) - Push notification payload
- PushNotificationPayload.fromJson(dynamic json)
-
Factory method to create an instance of PushNotificationPayload from JSON
factory
Properties
- createdAt → String
-
Created at
final
-
data
→ Map<
String, dynamic> ? -
Data
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkMobile → String
-
Link mobile
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- titleMobile → String
-
Title mobile
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Convert the PushNotificationPayload instance to a JSON map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited