VideoIndex class

VideoIndex is the model class used fo storing MotionPhotos start and end index with file size

Constructors

VideoIndex({required int start, required int end})
const

Properties

end int
end is the ending index of video content in motion photo buffer.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
start is the starting index of video content in motion photo buffer.
final
videoLength int
no setter

Methods

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

Operators

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