AppConfigCluster constructor
AppConfigCluster({
- required String endpoint,
- required String id,
- required String name,
- required ClusterType type,
Returns a new AppConfigCluster instance.
Implementation
AppConfigCluster({
required this.endpoint,
required this.id,
required this.name,
required this.type,
});