DubbingMediaMetadata class

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

Constructors

DubbingMediaMetadata({required String contentType, required double duration})
const
DubbingMediaMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

contentType String
final
duration 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? contentType, double? duration}) DubbingMediaMetadata

Available on DubbingMediaMetadata, provided by the $DubbingMediaMetadataExtension extension

copyWithWrapped({Wrapped<String>? contentType, Wrapped<double>? duration}) DubbingMediaMetadata

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