ServiceDto constructor
ServiceDto(
- String name,
- List<
InstanceDto> instances
Implementation
ServiceDto(this.name, this.instances);
ServiceDto(this.name, this.instances);