SquadweEventMessageData constructor

SquadweEventMessageData({
  1. int? id,
  2. SquadweEventMessageUser? user,
  3. dynamic conversation,
  4. String? echoId,
  5. SquadweEventMessageUser? sender,
  6. int? conversationId,
  7. dynamic createdAt,
  8. dynamic contentAttributes,
  9. String? contentType,
  10. int? messageType,
  11. String? content,
  12. int? inboxId,
  13. String? sourceId,
  14. dynamic updatedAt,
  15. String? status,
  16. int? accountId,
  17. dynamic externalSourceIds,
  18. bool? private,
  19. int? senderId,
  20. dynamic users,
})

Implementation

SquadweEventMessageData(
    {this.id,
    this.user,
    this.conversation,
    this.echoId,
    this.sender,
    this.conversationId,
    this.createdAt,
    this.contentAttributes,
    this.contentType,
    this.messageType,
    this.content,
    this.inboxId,
    this.sourceId,
    this.updatedAt,
    this.status,
    this.accountId,
    this.externalSourceIds,
    this.private,
    this.senderId,
    this.users});