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