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