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