AppConfigEnvironment constructor
AppConfigEnvironment({
- required String name,
- required String explorer,
- required AppConfigCluster cluster,
Returns a new AppConfigEnvironment instance.
Implementation
AppConfigEnvironment({
required this.name,
required this.explorer,
required this.cluster,
});