isUnitTestMode property
bool
get
isUnitTestMode
Individual getter for checking run mode
Implementation
static bool get isUnitTestMode => mode == RunMode.unitTesting;
Individual getter for checking run mode
static bool get isUnitTestMode => mode == RunMode.unitTesting;