HuaweiPushToken class

华为推送Token模型

Constructors

HuaweiPushToken({required String token, required int timestamp, String? tokenType})
const
HuaweiPushToken.fromMap(Map<String, dynamic> map)
从Map创建HuaweiPushToken实例
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
Token获取时间戳
final
token String
推送Token
final
tokenType String?
Token类型
final

Methods

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

Operators

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