FleatherClipboardData class

Encapsulates clipboard data

One of the properties should be non-null or null should be returned from FleatherCustomClipboardGetData. When pasting data in editor, delta has precedence over plainText.

Constructors

FleatherClipboardData({String? plainText, Delta? delta})

Properties

delta Delta?
final
hasDelta bool
no setter
hashCode int
The hash code for this object.
no setterinherited
hasPlainText bool
no setter
isEmpty bool
no setter
plainText String?
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