isProduction property

bool get isProduction

Indicates whether in production mode

Implementation

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