SynchronousManager<Item extends Manageable<Item>> class

Inheritance

Constructors

SynchronousManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
itemCache Map<String, Item>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convertType(Item item) → Item
override
fetchItem(String id) → Item
inherited
get(String id, {bool? forceRefresh}) → Item
inherited
getAll(List<String> itemIds) List<Item>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
save(Item item) → Item
inherited
saveAll(List<Item> items) List<Item>
inherited
toString() String
A string representation of this object.
inherited
updateItem(Item newItem) → void
override

Operators

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