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