$hasPinchMove static method
Wrapper for the InteractiveFlag.hasPinchMove method
Implementation
static $Value? $hasPinchMove(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
final value = InteractiveFlag.hasPinchMove(args[0]!.$value);
return $bool(value);
}