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