HuaweiPushToken class
华为推送Token模型
Constructors
- HuaweiPushToken({required String token, required int timestamp, String? tokenType})
-
const
-
HuaweiPushToken.fromMap(Map<
String, dynamic> map) -
从Map创建HuaweiPushToken实例
factory
Properties
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