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

Implementers

Constructors

ManagerBase()

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) Future<Item>
get(String id, {bool? forceRefresh}) Future<OutputType>
getAll(List<Item> items) Future<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