SimilarVoice class

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

Constructors

SimilarVoice({required String voiceId, required String name, required SimilarVoiceCategory category, dynamic description, dynamic previewUrl})
const
SimilarVoice.fromJson(Map<String, dynamic> json)
factory

Properties

category SimilarVoiceCategory
final
description → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
name String
final
previewUrl → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
voiceId String
final

Methods

copyWith({String? voiceId, String? name, SimilarVoiceCategory? category, dynamic description, dynamic previewUrl}) SimilarVoice

Available on SimilarVoice, provided by the $SimilarVoiceExtension extension

copyWithWrapped({Wrapped<String>? voiceId, Wrapped<String>? name, Wrapped<SimilarVoiceCategory>? category, Wrapped? description, Wrapped? previewUrl}) SimilarVoice

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