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