isTestEnvironment top-level property

bool get isTestEnvironment

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

Implementation

bool get isTestEnvironment => CurrentPlatform.isFlutterTest;