SeqDiffOp<T> class

One step of an edit script: a kind and the value it applies to.

Annotations

Constructors

SeqDiffOp(SeqDiffKind kind, T value)
Creates an op of kind carrying value. Audited: 2026-06-12 11:26 EDT
const

Properties

hashCode int
The hash code for this object.
no setteroverride
kind SeqDiffKind
Whether this value was kept, added, or removed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
The unit (word, sentence, or generic element) this op describes.
final

Methods

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

Operators

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