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