isTestEnvironment property
bool
get
isTestEnvironment
Returns true if the test environment is detected.
Implementation
static bool get isTestEnvironment {
return Platform.environment.containsKey('FLUTTER_TEST');
}