$standby static method
Wrapper for the LogicalKeyboardKey.standby getter
Implementation
static $Value? $standby(Runtime runtime, $Value? target, List<$Value?> args) {
const value = LogicalKeyboardKey.standby;
return $LogicalKeyboardKey.wrap(value);
}