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