ChapterContentParagraphTtsNodeInputModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

ChapterContentParagraphTtsNodeInputModel({required String type, required String text, required String voiceId})
const
ChapterContentParagraphTtsNodeInputModel.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
type String
final
voiceId String
final

Methods

copyWith({String? type, String? text, String? voiceId}) ChapterContentParagraphTtsNodeInputModel

Available on ChapterContentParagraphTtsNodeInputModel, provided by the $ChapterContentParagraphTtsNodeInputModelExtension extension

copyWithWrapped({Wrapped<String>? type, Wrapped<String>? text, Wrapped<String>? voiceId}) ChapterContentParagraphTtsNodeInputModel

Available on ChapterContentParagraphTtsNodeInputModel, provided by the $ChapterContentParagraphTtsNodeInputModelExtension extension

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

Operators

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

Constants

fromJsonFactory → const ChapterContentParagraphTtsNodeInputModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(ChapterContentParagraphTtsNodeInputModel instance)