$hibernate static method

$Value? $hibernate(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

Wrapper for the LogicalKeyboardKey.hibernate getter

Implementation

static $Value? $hibernate(
  Runtime runtime,
  $Value? target,
  List<$Value?> args,
) {
  const value = LogicalKeyboardKey.hibernate;
  return $LogicalKeyboardKey.wrap(value);
}