RichClipboardData class

Data from the system clipboard.

Implemented types
Annotations

Constructors

RichClipboardData({String? text, String? html})
const
RichClipboardData.fromMap(Map<String, String?> map)

Properties

hashCode int
The hash code for this object.
no setteroverride
html String?
HTML variant of this clipboard data.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Plain text variant of this clipboard data.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, String?>
Convert this object to a map of MIME types to strings.
toString() String
A string representation of this object.
override

Operators

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