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