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