HistoryItem class

Constructors

HistoryItem({required String historyItemId, required String voiceId, required String voiceName, required String text, required int dateUnix, required int characterCountChangeFrom, required int characterCountChangeTo, required String contentType, required String state})
HistoryItem.fromJson(Map<String, dynamic> json)
factory

Properties

characterCountChangeFrom int
final
characterCountChangeTo int
final
contentType String
final
dateUnix int
final
hashCode int
The hash code for this object.
no setterinherited
historyItemId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
final
text String
final
voiceId String
final
voiceName String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited