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