Record<V> class
Stores a value associated with a given HLC
Constructors
- Record.new(V? value, bool isDeleted, Hlc hlc, Hlc modified)
Properties
Methods
-
copyWith(
V? value, bool isDeleted, Hlc hlc, Hlc modified) → Record< V> - Convenience method to implicitly copy the record type
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override