hasText property

bool hasText

Checks if the clipboard contains text data.

Implementation

static bool get hasText => hasFormat(ClipboardFormat.text);