BlazeMessageData class

Annotations
  • @JsonSerializable()

Constructors

BlazeMessageData(String conversationId, String userId, String messageId, String? category, String data, MessageStatus status, DateTime createdAt, DateTime updatedAt, String source, String? representativeId, String? quoteMessageId, String sessionId, int expireIn)
BlazeMessageData.fromJson(Map<String, dynamic> json)
factory

Properties

category String?
getter/setter pair
conversationId String
getter/setter pair
createdAt DateTime
getter/setter pair
data String
getter/setter pair
expireIn int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
messageId String
getter/setter pair
quoteMessageId String?
getter/setter pair
representativeId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderId String
no setter
sessionId String
getter/setter pair
silent bool?
getter/setter pair
source String
getter/setter pair
status MessageStatus
getter/setter pair
updatedAt DateTime
getter/setter pair
userId String
getter/setter pair

Methods

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

Operators

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