debugDescription property Null safety
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 null or empty string.
Implementation
String get debugDescription;