hasData property
bool
get
hasData
Whether the clipboard currently contains data.
Implementation
static bool get hasData => _data != null && _data!.isNotEmpty;
Whether the clipboard currently contains data.
static bool get hasData => _data != null && _data!.isNotEmpty;