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