DiffReviewThreadsMsg class final
Replaces threads for one revision, rejecting stale asynchronous responses.
- Inheritance
-
- Object
- Msg
- DiffReviewMsg
- DiffReviewThreadsMsg
Constructors
-
DiffReviewThreadsMsg({required String documentId, required String revision, required Iterable<
DiffReviewThread> threads}) - Snapshots a provider's complete thread list for one document revision.
Properties
- documentId → String
-
Document identity this response belongs to.
final
- dropWhenInputQueued → bool
-
Whether this message can be dropped when fresher user input is queued.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- revision → String
-
Revision this response belongs to.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
threads
→ List<
DiffReviewThread> -
Replacement thread descriptors.
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