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