JPushMessage class

Constructors

JPushMessage.fromMap(Map json)

Properties

android CustomMessageWithAndroid?
仅 android 有数据
getter/setter pair
extras Map?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
ios CustomMessageWithIOS?
仅 ios 有数据
getter/setter pair
message String?
getter/setter pairinherited
messageId String?
getter/setter pairinherited
original Map?
原始数据 原生返回未解析的数据
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited

Operators

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