OwnerConflictResolutionRequest class final

Explicit host confirmation for resolving a redacted foreign live capture.

Constructors

OwnerConflictResolutionRequest({required String conflictToken, required String operationId, required bool confirmed})
const

Properties

confirmed → bool
Must be true only after the host has shown a destructive-flow warning.
final
conflictToken → String
Ephemeral opaque token published by the blocked session snapshot.
final
hashCode → int
The hash code for this object.
no setterinherited
operationId → String
Host-generated idempotency key for the durable pause operation.
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