Item constructor
Item({
- String? absoluteTime,
- List<
AttachmentItem> ? attachments, - String? content,
- String? contentType,
- String? displayName,
- String? id,
- String? participantId,
- ParticipantRole? participantRole,
- ChatItemType? type,
Implementation
Item({
this.absoluteTime,
this.attachments,
this.content,
this.contentType,
this.displayName,
this.id,
this.participantId,
this.participantRole,
this.type,
});