DoDubbingResponseModel class

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

Constructors

DoDubbingResponseModel({required String dubbingId, required double expectedDurationSec})
const
DoDubbingResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

dubbingId String
final
expectedDurationSec 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

Methods

copyWith({String? dubbingId, double? expectedDurationSec}) DoDubbingResponseModel

Available on DoDubbingResponseModel, provided by the $DoDubbingResponseModelExtension extension

copyWithWrapped({Wrapped<String>? dubbingId, Wrapped<double>? expectedDurationSec}) DoDubbingResponseModel

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