CallbackTruthSource<K extends Object, V> class

Inheritance

Constructors

CallbackTruthSource({required TruthReader<K, V> reader, required TruthWriter<K, V> writer})

Properties

hashCode int
The hash code for this object.
no setterinherited
reader TruthReader<K, V>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writer TruthWriter<K, V>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(K key) Stream<V>
override
toString() String
A string representation of this object.
inherited
write(K key, V value) FutureOr<void>
override

Operators

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