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