A Synchronous Storage System for DSA Data

Implemented by

Constructors

SynchronousDataStorage()

Properties

hashCode → int

The hash code for this object.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

getSync(String key) → String

Get a key's value.

hasSync(String key) → bool

Check if a key is stored.

removeSync(String key) → String

Remove the specified key.

storeSync(String key, String value) → void

Store a key value pair.

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited