CvClipboardData class final
A class that represents the data that can be copied to the clipboard.
- Annotations
Constructors
- CvClipboardData.new({required String plainText, required String htmlText})
-
Constructs a CvClipboardData.
const
Properties
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