isProduction property

bool get isProduction

Whether this environment is AppEnvironment.production.

Implementation

bool get isProduction => this == AppEnvironment.production;