GTMessageModel class

Constructors

GTMessageModel({String? messageId, String? payload, String? payloadId, String? taskId, String? title, bool? offLine, String? content})
GTMessageModel.fromJson(Map json)

Properties

content String?
getter/setter pair
fromGeTui bool?
true 个推通道 false 苹果apns通道
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
messageId String?
推送消息的messageid
getter/setter pair
offLine bool?
only ios
getter/setter pair
payload String?
getter/setter pair
payloadId String?
only Android
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound String?
getter/setter pair
taskId String?
推送消息的任务id
getter/setter pair
title String?
getter/setter pair
toMap Map<String, dynamic>
no setter

Methods

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

Operators

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