HistoryItem constructor
HistoryItem({})
Implementation
HistoryItem({
required this.historyItemId,
required this.voiceId,
required this.voiceName,
required this.text,
required this.dateUnix,
required this.characterCountChangeFrom,
required this.characterCountChangeTo,
required this.contentType,
required this.state,
});