StreamInfo class

Constructors

StreamInfo({required List<VideoStream> videoStreams, required List<AudioStream> audioStreams, required bool hasMultipleLanguages, required List<String> availableLanguages, String? title, String? videoId})

Properties

audioStreams List<AudioStream>
final
availableLanguages List<String>
final
hashCode int
The hash code for this object.
no setterinherited
hasMultipleLanguages bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
videoId String?
final
videoStreams List<VideoStream>
final

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited