isUnitTestMode property

bool get isUnitTestMode

Individual getter for checking run mode

Implementation

static bool get isUnitTestMode => mode == RunMode.unitTesting;