MarkdownCopyRequest class

Captures the semantic document and source-based selection before async I/O.

Keep this request tied to one snapshot while streaming continues elsewhere.

Constructors

MarkdownCopyRequest({required MarkdownSemanticDocument document, required MarkdownDocumentSelection selection, MarkdownImageAssetResolver? imageResolver})
const

Properties

document MarkdownSemanticDocument
final
hashCode int
The hash code for this object.
no setterinherited
imageResolver MarkdownImageAssetResolver?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selection MarkdownDocumentSelection
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