isTesting property

bool get isTesting

是否为测试环境

Implementation

static bool get isTesting => currentEnvironment == Environment.testing;