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