ServiceDto constructor

ServiceDto(
  1. String name,
  2. List<InstanceDto> instances
)

Implementation

ServiceDto(this.name, this.instances);