isProduction property
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;
A flag indicating whether the configuration is for the production environment.
Defaults to false, indicating a non-production (e.g., testing) environment.
final bool? isProduction;