isTesting property

bool get isTesting

Check if this is a testing environment (uses C++).

Implementation

bool get isTesting => _envPredicate(
  RacNative.bindings.rac_env_is_testing,
  symbol: 'rac_env_is_testing',
);