Broker<K, T> class abstract

The base class for key-value brokers.

Implementers

Constructors

Broker()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
prefix → K
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
Delete all pairs of key-value.
delete(K key) → void
Delete this key-value.
exists(K key) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(K key) → T?
toString() String
A string representation of this object.
inherited
write(K key, T value) → void

Operators

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