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