AKTinyImageManager class
Properties
-
fileTypes
↔ Set<
String> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
imageDirPaths
↔ Set<
String> -
getter/setter pair
- projectRootPath ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tinyImageApiKey ↔ String?
-
getter/setter pair
- uiqIdFile → File?
-
no setter
-
uncompressedImage
→ Future<
Map< String, AKTinyImage> > -
no setter
Methods
-
execCompressed(
) → void -
getImages(
String path) → Future< List< File> > -
init(
{required String tinyImageApiKey, required String projectRootPath, required Set< String> imageDirPaths}) → AKTinyImageManager -
lastuiqIdSave(
) → Future< AKTinyImageManager> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readDirImage(
) → Future< Map< String, AKTinyImage> > -
readUIQIds(
) → Set< String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → AKTinyImageManager
-
no setter