TTSModel class

Constructors

TTSModel({required String text, Function? actionOfStart, Function? actionPause, Function? actionCancel, bool? isArabic, required int? isRun, required String? voice, Function? actionComplete})

Properties

actionCancel Function?
final
actionComplete Function?
final
actionOfStart Function?
final
actionPause Function?
final
hashCode int
The hash code for this object.
no setterinherited
isArabic bool?
final
isRun int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
voice 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.
override

Operators

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