Record<V> class

Stores a value associated with a given HLC

Constructors

Record(Hlc hlc, V? value, Hlc modified)
Record.fromJson(dynamic key, Map<String, dynamic> map, Hlc modified, {ValueDecoder<V>? valueDecoder, NodeIdDecoder? nodeIdDecoder})

Properties

hashCode int
The hash code for this object.
no setteroverride
hlc Hlc
final
isDeleted bool
no setter
modified Hlc
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → V?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson<K>(K key, {ValueEncoder<K, V>? valueEncoder}) Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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