DiffReviewThread class final TUI

A review thread's stable identity and attachment, independent of its UI.

Bodies, authors, network effects, and widget builders belong to the host, keyed by id. A missing anchor is never approximated to a nearby line.

Constructors

DiffReviewThread({required String id, required DiffReviewRange range, bool outdated = false})
Creates a thread descriptor.
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
id → String
Stable identity within a review document, not a rendered-row number.
final
outdated → bool
Whether the provider identifies this attachment as belonging to old code.
final
range → DiffReviewRange
Source range this thread annotates.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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