PerksNameValueSyncBox<T> class

PerksNameValueSyncBox is same as PerksNameValueBox but everything is synchronous.

Inheritance

Constructors

PerksNameValueSyncBox({required PerksSyncAdapter adapter, bool cache = true})

Properties

adapter PerksSyncAdapter
finalinherited
cache bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

all() PerksNameValueMap<T>
clear() PerksNameValueMap<T>
delete(String key) → T?
get(String key) → T?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overwrite(PerksNameValueMap<T> data) → void
set(String key, T value) → void
toString() String
A string representation of this object.
inherited
transaction(PerksNameValueSyncTransactionFn<T> fn) → void

Operators

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