ChatHistoryModel constructor

const ChatHistoryModel({
  1. String? history,
  2. HistoryPosition? historyPosition,
  3. String? name,
  4. String? datetime,
})

Implementation

const ChatHistoryModel({
  this.history,
  this.historyPosition,
  this.name,
  this.datetime
});