isUnitTest property

bool get isUnitTest

Native: Platform.environment.containsKey('FLUTTER_TEST')

Web: false

Implementation

bool get isUnitTest;