menu
altibbi package
documentation
model/chat_history.dart
Data
Data.new constructor
Data.new constructor
dark_mode
light_mode
Data
constructor
Data
(
{
String
?
id
,
String
?
message
,
String
?
sentAt
,
String
?
chatUserId
,
})
Implementation
Data({ this.id, this.message, this.sentAt, this.chatUserId, });
altibbi package
documentation
model/chat_history
Data
Data.new constructor
Data class