SpeakerResponseModel class

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

Constructors

SpeakerResponseModel({required String speakerId, required double durationSecs, dynamic utterances})
const
SpeakerResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

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

Methods

copyWith({String? speakerId, double? durationSecs, dynamic utterances}) SpeakerResponseModel

Available on SpeakerResponseModel, provided by the $SpeakerResponseModelExtension extension

copyWithWrapped({Wrapped<String>? speakerId, Wrapped<double>? durationSecs, Wrapped? utterances}) SpeakerResponseModel

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