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