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