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