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