SingleKeyValueUseCaseImpl<K, V> class

Inheritance
Implementers

Constructors

SingleKeyValueUseCaseImpl({required K key, required SingleKeyValueConverter<K, V> converter, V? defaultValue})

Properties

defaultValue ↔ V?
getter/setter pairoverride-getter
hashCode int
The hash code for this object.
no setterinherited
key ↔ K
getter/setter pairoverride-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

destroy() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() → V?
override
reset() → V?
toString() String
A string representation of this object.
inherited
update(V value) → V
override

Operators

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