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