ClipboardData class sealed
Base class for all clipboard data types.
- Implementers
Constructors
-
ClipboardData.fileList(List<
String> files) -
File list data (CF_HDROP).
constfactory
-
ClipboardData.pointer(Pointer<
Uint8> pointer, int lengthInBytes, ClipboardFormat format) -
Pointer data for custom clipboard formats.
constfactory
- ClipboardData.unicodeText(String text)
-
Unicode text data (CF_UNICODETEXT).
constfactory
Properties
- format → ClipboardFormat
-
The format of the data.
final
- hashCode → int
-
The hash code for this object.
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited