Messages constructor
Messages({})
Implementation
Messages(
{this.type,
this.isDeleted,
this.createdAt,
this.editedAt,
this.channelSegment,
this.updatedAt,
this.childrenNumber,
this.channelId,
this.userId,
this.messageId,
this.flagCount,
this.reactionsCount,
this.reactions,
this.data});