Thumbnail class

A thumbnail generated from a video fileS.

Contains relevant information about the thumbnail, such as its dimensions and duration.

Constructors

Thumbnail({required Image image, double? videoDuration, int? height, int? width, int? depth})
const

Properties

depth int?
The depth of the thumbnail image.
final
hashCode int
The hash code for this object.
no setterinherited
height int?
The height of the thumbnail image.
final
image Image
The thumbnail image.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoDuration double?
The duration of the video.
final
width int?
The width of the thumbnail image.
final

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