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