isTesting top-level property

bool get isTesting

Implementation

bool get isTesting => const bool.fromEnvironment('dart.vm.product') == true;