isTestEnvironment top-level property

bool isTestEnvironment

Returns true if the app is running in a flutter test environment.

Implementation

bool get isTestEnvironment => CurrentPlatform.isFlutterTest;