ChatSessionResponse constructor
ChatSessionResponse({
- int? id,
- String? guid,
- UserViewModel? taskOwner,
- UserViewModel? user,
- TaskViewModel? task,
- DateTime? lastMessageAt,
Implementation
ChatSessionResponse({
this.id,
this.guid,
this.taskOwner,
this.user,
this.task,
this.lastMessageAt,
});