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