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