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