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