VerifiedVoiceLanguageResponseModel class

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

Constructors

VerifiedVoiceLanguageResponseModel({required String language, required String modelId, dynamic accent, dynamic locale, dynamic previewUrl})
const
VerifiedVoiceLanguageResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

accent → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
language String
final
locale → dynamic
final
modelId String
final
previewUrl → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? language, String? modelId, dynamic accent, dynamic locale, dynamic previewUrl}) VerifiedVoiceLanguageResponseModel

Available on VerifiedVoiceLanguageResponseModel, provided by the $VerifiedVoiceLanguageResponseModelExtension extension

copyWithWrapped({Wrapped<String>? language, Wrapped<String>? modelId, Wrapped? accent, Wrapped? locale, Wrapped? previewUrl}) VerifiedVoiceLanguageResponseModel

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