ChatHistoryModel constructor
const
ChatHistoryModel({
- String? history,
- HistoryPosition? historyPosition,
- String? name,
- String? datetime,
Implementation
const ChatHistoryModel({
this.history,
this.historyPosition,
this.name,
this.datetime
});