MemoryDeletion class

A single tombstone entry from the deletion ledger (DELETIONS.md).

Constructors

MemoryDeletion({required int seq, required String id, required String type, required String fingerprint, required String deletedAt, required String text})
const

Properties

deletedAt String
UTC timestamp of the deletion.
final
fingerprint String
SHA-256 fingerprint of the normalized record text.
final
hashCode int
The hash code for this object.
no setterinherited
id String
Deleted record id (q_0001, a_0002, n_0003, ...).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seq int
Monotonic sequence number of the deletion (1-based).
final
text String
Trimmed single-line excerpt of the deleted text (for consolidation cleanup notices).
final
type String
Entity type: question, answer or note.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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