userInfoHotKey property
String
get
userInfoHotKey
Implementation
static String get userInfoHotKey {
HotKey key = userInfoKey;
return "${key.modifiers?.lastOrNull?.keyLabel} + ${key.keyCode.keyLabel}".toNotNull;
}