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