VideoFiles class

An array of different sized versions of the video.

Constructors

VideoFiles({required int? id, required String? quality, required String? fileType, required int? width, required int? height, required double? fps, required String? link})
Named ConstructorsVideoFiles with required params
VideoFiles.fromJson(Map<String, dynamic> json)
VideoFiles.fromJson Mapping object to VideoFiles
factory

Properties

fileType String?
The video format of the video_file
getter/setter pair
fps double?
The number of frames per second of the video_file.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
The height of the video_file in pixels.
getter/setter pair
id int?
The id of the video_file.
getter/setter pair
A link to where the video_file is hosted.
getter/setter pair
quality String?
The video quality of the video_file.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int?
The width of the video_file in pixels.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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