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