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