CapturePaste enum Event Handling

An escape code that enables or disables capturing PasteEvents.

Inheritance
Implemented types

Constructors

CapturePaste(String _code)
const

Values

enable → const CapturePaste

Enables bracketed paste mode.

Should be paired with CapturePaste.disable at the end of execution.

const CapturePaste('h')
disable → const CapturePaste

Disables bracketed paste mode.

const CapturePaste('l')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
writeAnsiString(StringSink out) → void
Write as a UTF-16 ANSI escaped string to the given StringSink.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CapturePaste>
A constant List of the values in this enum, in order of their declaration.