shortcut property
String?
get
shortcut
The shortcut active for this command, or blank if not active.
Implementation
String? get shortcut => _wrapped.shortcut;
set
shortcut
(String? v)
Implementation
set shortcut(String? v) {
_wrapped.shortcut = v;
}