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