isProduction property

bool isProduction

Check if the current flavor is the production flavor

Implementation

bool get isProduction => environment == Environment.production;