SeekFlag class

Constructors

SeekFlag(int rawValue)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
rawValue int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

defaultFlags → const int
defaultFlags is keyFrame|fromStart|inCache
fast → const int
frame → const int
from0 → const int
fromNow → const int
fromStart → const int
inCache → const int
keyFrame → const int