SynchronousManagerBase<Item extends Manageable<Item>, OutputType> class abstract

Implementers

Constructors

SynchronousManagerBase()

Properties

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

Methods

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

Operators

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