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