debugDescription property

String debugDescription

A very short description of the mouse cursor.

The debugDescription should be a few words that can describe this cursor to make debug information more readable. It is returned as the toString when the diagnostic level is at or above DiagnosticLevel.info.

The debugDescription must not be empty.

Implementation

String get debugDescription;