ServiceChange constructor
ServiceChange({
- String? description,
- DnsConfigChange? dnsConfig,
- HealthCheckConfig? healthCheckConfig,
Implementation
ServiceChange({
this.description,
this.dnsConfig,
this.healthCheckConfig,
});