$favoriteClear3 static method

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

Wrapper for the LogicalKeyboardKey.favoriteClear3 getter

Implementation

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