MixPushPlatformInfo class
推送平台信息,包含平台名称与注册 ID(regId / token)
Constructors
- MixPushPlatformInfo({required String platform, required String regId})
-
const
- MixPushPlatformInfo.fromMap(Map map)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited