RepositoryBase<T> class

Implementers

Constructors

RepositoryBase(BoxBase<T> box, {String keyNamespace = 'msiviero.dev'})

Properties

box → BoxBase<T>
final
hashCode int
The hash code for this object.
no setterinherited
keyNamespace String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

count() int
Returns the number of items contained in the box
delete(dynamic key) Future<void>
Deletes an item at the given key
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
put(dynamic key, T item) Future<void>
Puts an item in the box at the given key
toString() String
A string representation of this object.
inherited

Operators

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