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