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