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