isProduction property

bool? isProduction
final

A flag indicating whether the configuration is for the production environment.

Defaults to false, indicating a non-production (e.g., testing) environment.

Implementation

final bool? isProduction;