isProduction property

bool isProduction

Check if we are using the production environment

Implementation

static bool get isProduction => selectedKey == _productionKey;