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
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)