NotificationCustomData class

custom_data 结构

Constructors

NotificationCustomData({String? appUrl, String? scene, String? targetUrl, String? businessLogId, String? pathType, String? actionType, int? timestamp})
NotificationCustomData.fromJson(Map<String, dynamic> json)
factory

Properties

actionType String?
final
appUrl String?
final
businessLogId String?
final
hashCode int
The hash code for this object.
no setterinherited
pathType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scene String?
final
targetUrl String?
final
timestamp int?
final

Methods

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

Operators

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