SpeakerAudioResponseModel class

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

Constructors

SpeakerAudioResponseModel({required String audioBase64, required String mediaType, required double durationSecs})
const
SpeakerAudioResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

audioBase64 String
final
durationSecs double
final
hashCode int
The hash code for this object.
no setteroverride
mediaType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? audioBase64, String? mediaType, double? durationSecs}) SpeakerAudioResponseModel

Available on SpeakerAudioResponseModel, provided by the $SpeakerAudioResponseModelExtension extension

copyWithWrapped({Wrapped<String>? audioBase64, Wrapped<String>? mediaType, Wrapped<double>? durationSecs}) SpeakerAudioResponseModel

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