TextPasteController class final
Constructors
- TextPasteController({TextPasteReferenceStore? references})
Properties
Methods
-
clearPendingChunkedPaste(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startChunked(
String content, {required int chunkSize}) → TextPasteChunkStep? -
storeCollapsed(
String content, {required int lineCount}) → TextPasteReference -
takeNextChunk(
{required int chunkSize}) → TextPasteChunkStep? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited