MessageModel constructor
MessageModel(
- String message,
- String? userId,
- String? threadId, {
- int? timestampInMillis,
- AiResponseModel? response,
Implementation
MessageModel(
this.message,
this.userId,
this.threadId, {
this.timestampInMillis,
this.response,
});