ChapterContentBlockTtsNodeResponseModel class

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

Constructors

ChapterContentBlockTtsNodeResponseModel({required String type, required String voiceId, required String text})
const
ChapterContentBlockTtsNodeResponseModel.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? voiceId, String? text}) ChapterContentBlockTtsNodeResponseModel

Available on ChapterContentBlockTtsNodeResponseModel, provided by the $ChapterContentBlockTtsNodeResponseModelExtension extension

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

Available on ChapterContentBlockTtsNodeResponseModel, provided by the $ChapterContentBlockTtsNodeResponseModelExtension 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 ChapterContentBlockTtsNodeResponseModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(ChapterContentBlockTtsNodeResponseModel instance)