DubbedSegment class

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

Constructors

DubbedSegment({required double startTime, required double endTime, required dynamic text, required bool audioStale, required dynamic mediaRef})
const
DubbedSegment.fromJson(Map<String, dynamic> json)
factory

Properties

audioStale bool
final
endTime double
final
hashCode int
The hash code for this object.
no setteroverride
mediaRef → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime double
final
text → dynamic
final

Methods

copyWith({double? startTime, double? endTime, dynamic text, bool? audioStale, dynamic mediaRef}) DubbedSegment

Available on DubbedSegment, provided by the $DubbedSegmentExtension extension

copyWithWrapped({Wrapped<double>? startTime, Wrapped<double>? endTime, Wrapped? text, Wrapped<bool>? audioStale, Wrapped? mediaRef}) DubbedSegment

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