PexelsVideo class

Constructors

PexelsVideo.new(int? id, int? width, int? height, String? url, String? image, String? fullRes, int? duration, List<VideoSource> sources)
const

Properties

duration int?
final
fullRes String?
final
hashCode int
The hash code for this object.
no setterinherited
height int?
final
id int?
final
image String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sources List<VideoSource>
final
url String?
final
width int?
final

Methods

get(int index) String?
index : the index of the video file.
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