EnvironmentConfig class

Constructors

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})
EnvironmentConfig.fromJson(Map<String, dynamic> json)
factory

Properties

analytics AnalyticsConfig?
final
api ApiConfig?
final
ciCd CiCdConfig?
final
environment Environment
final
features FeaturesConfig?
final
hashCode int
The hash code for this object.
no setterinherited
localization LocalizationConfig?
final
logging LoggingConfig?
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledTasks ScheduledTasksConfig?
final
security SecurityConfig?
final
theming ThemingConfig?
final
thirdPartyServices ThirdPartyServicesConfig?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited