ImagesEntry class

Constructors

ImagesEntry(int lowIndex, int highIndex, String basePath, [String makePath(int index)?])
lowIndex is the first index of the animation sequence pictures

Properties

basePath String
File path of pictures,%s will be replaced by the index
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highIndex int
Last index of pictures
getter/setter pair
lowIndex int
First index of pictures
getter/setter pair
makePath ↔ (String Function(int index)?)
File path constructor
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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