EnvironmentConfig constructor
EnvironmentConfig({
- required Environment environment,
- required String name,
- ApiConfig? api,
- CiCdConfig? ciCd,
- FeaturesConfig? features,
- LoggingConfig? logging,
- SecurityConfig? security,
- AnalyticsConfig? analytics,
- LocalizationConfig? localization,
- ThemingConfig? theming,
- ThirdPartyServicesConfig? thirdPartyServices,
- ScheduledTasksConfig? scheduledTasks,
Implementation
EnvironmentConfig({
required this.environment,
required this.name,
this.api,
this.ciCd,
this.features,
this.logging,
this.security,
this.analytics,
this.localization,
this.theming,
this.thirdPartyServices,
this.scheduledTasks,
});