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