Data class

Constructors

Data.new({int? id, String? content, int? accountId, int? inboxId, int? conversationId, int? messageType, int? createdAt, DateTime? updatedAt, bool? private, String? status, dynamic sourceId, String? contentType, AdditionalAttributes? contentAttributes, String? senderType, int? senderId, AdditionalAttributes? externalSourceIds, AdditionalAttributes? additionalAttributes, String? processedMessageContent, Conversation? conversation, Performer? sender, Performer? performer, List<ChatwootCreateConversationResponseAttachment>? attachments})
Data.fromJson(Map<String, dynamic> json)
factory

Properties

accountId int?
getter/setter pair
additionalAttributes AdditionalAttributes?
getter/setter pair
attachments List<ChatwootCreateConversationResponseAttachment>?
getter/setter pair
content String?
getter/setter pair
contentAttributes AdditionalAttributes?
getter/setter pair
contentType String?
getter/setter pair
conversation Conversation?
getter/setter pair
conversationId int?
getter/setter pair
createdAt int?
getter/setter pair
externalSourceIds AdditionalAttributes?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
inboxId int?
getter/setter pair
messageType int?
getter/setter pair
performer Performer?
getter/setter pair
private bool?
getter/setter pair
processedMessageContent String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender Performer?
getter/setter pair
senderId int?
getter/setter pair
senderType String?
getter/setter pair
sourceId ↔ dynamic
getter/setter pair
status String?
getter/setter pair
updatedAt DateTime?
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