Clipboard class
Shells out to the platform clipboard tool — pbcopy/pbpaste on macOS,
clip/PowerShell's Get-Clipboard on Windows, xclip on Linux. No
clipboard package — those need Accessibility grants, TCC prompts, or
notarization; a pipe to a system binary needs none of that (PLAN.md §5).
Constructors
- Clipboard()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited