Returns true if the application is running with JIT (Just-in-Time) compilation.
true
Example:
if (env.isRunningJit()) { print('Dynamic JIT runtime'); }
@override bool isRunningJit() => _runningJit;