CachedImageBox class

Inheritance

Constructors

CachedImageBox(Store store)

Properties

box Box<CachedImageModel>
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(CachedImageModel data) Future<void>
inherited
addAll(List<CachedImageModel> dataList) Future<void>
inherited
findByName(String name) CachedImageModel?
getAllData() Future<List<CachedImageModel>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAll() Future<void>
inherited
removeByID(int id) Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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