isDartOrFlutterTest function

bool isDartOrFlutterTest()

Implementation

bool isDartOrFlutterTest() => isDartTest() || isFlutterTest();