MarkdownCopyService class

Serializes a captured request and then hands its payload to a writer.

The writer owns platform capability checks and fallback behavior; this service does not filter binaries or HTML according to advertised capability.

Constructors

MarkdownCopyService({required MarkdownCopyWriter writer})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writer MarkdownCopyWriter
final

Methods

copy(MarkdownCopyRequest request, CopyStrategy strategy) Future<MarkdownCopyPayload>
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